qt5base-lts/util/testrunner/tests/qt_mock_test-log.xml
Dimitrios Apostolou b4d9d5c89c qt-testrunner: do not try to re-run initTestCase and others
Some function names are special for qtestlib, in the sense that they can
not be specified as a command line argument to run individually.

In such cases qt-testrunner treats the failure specially and tries once
to re-run the full test executable.

Fixes: QTBUG-89011
Change-Id: I0cc25f91c57374e5ac65ade10e2e223fe969f211
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
2022-01-30 01:00:35 +01:00

37 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<TestCase name="qt_mock_test">
<Environment>
<QtVersion>MOCK</QtVersion>
<QtBuild>MOCK</QtBuild>
<QTestVersion>6.3.0</QTestVersion>
</Environment>
<TestFunction name="initTestCase">
<Incident type="{{initTestCase_result}}" file="" line="0" />
<Duration msecs="0.00004"/>
</TestFunction>
<TestFunction name="always_pass">
<Incident type="{{always_pass_result}}" file="" line="0" />
<Duration msecs="0.71704"/>
</TestFunction>
<TestFunction name="always_fail">
<Incident type="{{always_fail_result}}" file="" line="0" />
<Duration msecs="0.828272"/>
</TestFunction>
<TestFunction name="always_crash">
<Incident type="{{always_crash_result}}" file="" line="0" />
<Duration msecs="0.828272"/>
</TestFunction>
<TestFunction name="fail_then_pass">
<Incident type="{{fail_then_pass:2_result}}" file="" line="0">
<DataTag><![CDATA[2]]></DataTag>
</Incident>
<Incident type="{{fail_then_pass:5_result}}" file="" line="0">
<DataTag><![CDATA[5]]></DataTag>
</Incident>
<Incident type="{{fail_then_pass:6_result}}" file="" line="0">
<DataTag><![CDATA[6]]></DataTag>
</Incident>
</TestFunction>
<Duration msecs="1904.9"/>
</TestCase>