304ec18a1a
The logic was changed in eb52d78e90
to only produce a single
result for all the benchmark iterations, but only the plain text
output was rebaselined. This was not caught by the test since we
only run this test with the plain test logger. Regenerating the
results with the python script however runs it with all loggers,
so let's fix the baseline.
Change-Id: I9ebe8a59ac3ab36694a739f98dbfffbae9a08552
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
17 lines
661 B
XML
17 lines
661 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<testsuite errors="1" failures="0" tests="3" name="tst_BenchlibCallgrind">
|
|
<properties>
|
|
<property value="@INSERT_QT_VERSION_HERE@" name="QTestVersion"/>
|
|
<property value="@INSERT_QT_VERSION_HERE@" name="QtVersion"/>
|
|
<property value="" name="QtBuild"/>
|
|
</properties>
|
|
<testcase result="pass" name="initTestCase"/>
|
|
<testcase name="twoHundredMillionInstructions">
|
|
<!-- message="This test is only defined for gcc and x86." type="skip" -->
|
|
</testcase>
|
|
<testcase result="pass" name="cleanupTestCase"/>
|
|
<system-err>
|
|
<![CDATA[This test is only defined for gcc and x86.]]>
|
|
</system-err>
|
|
</testsuite>
|