qt5base-lts/tests/auto/testlib/selftests/expected_benchlibeventcounter.xml
Thiago Macieira fbabbe63c5 Use UTF-8 in the QtTest data and benchmark tags
Future-proofing. Since Qt source code is now mandated to be in UTF-8,
it is entirely possible that someone will use non-ASCII in data tags.

Though it would be interesting to see how to access them from the
Windows command-line.

Change-Id: I880fc312432b62143888ff1e1d9abbd54f704601
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-06-09 10:45:01 +02:00

44 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<TestCase name="tst_BenchlibEventCounter">
<Environment>
<QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
<QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
<Incident type="pass" file="" line="0" />
</TestFunction>
<TestFunction name="events">
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[0]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="0" value="0" iterations="1" />
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[1]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="1" value="1" iterations="1" />
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[10]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="10" value="10" iterations="1" />
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[100]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="100" value="100" iterations="1" />
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[500]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="500" value="500" iterations="1" />
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[5000]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="5000" value="5000" iterations="1" />
<Incident type="pass" file="" line="0">
<DataTag><![CDATA[100000]]></DataTag>
</Incident>
<BenchmarkResult metric="Events" tag="100000" value="100000" iterations="1" />
</TestFunction>
<TestFunction name="cleanupTestCase">
<Incident type="pass" file="" line="0" />
</TestFunction>
</TestCase>