4d5906989a
The newly added generate_expected_output.py was used to get the expected output into a more reproducible state. Change-Id: I1ca75c8e0c5778d25c1df531bd298007aac0ff4a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
25 lines
899 B
Plaintext
25 lines
899 B
Plaintext
<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="passingBenchmark">
|
|
<Incident type="pass" file="" line="0" />
|
|
<BenchmarkResult metric="Events" tag="" value="0" iterations="1" />
|
|
</TestFunction>
|
|
<TestFunction name="skippingBenchmark">
|
|
<Message type="skip" file="tst_benchlibcounting.cpp" line="64">
|
|
<Description><![CDATA[This is a skipping benchmark]]></Description>
|
|
</Message>
|
|
</TestFunction>
|
|
<TestFunction name="failingBenchmark">
|
|
<Incident type="fail" file="tst_benchlibcounting.cpp" line="71">
|
|
<Description><![CDATA[This is a failing benchmark]]></Description>
|
|
</Incident>
|
|
</TestFunction>
|
|
<TestFunction name="cleanupTestCase">
|
|
<Incident type="pass" file="" line="0" />
|
|
</TestFunction>
|