-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
qt-testrunner.py should parse the messages in the XML file for <Message type="qfatal" and treat the whole execution as a crash (i.e. try once to re-run everything).
Reason:
As discussed in QTQAINFRA-7349, when a test prints a QFATAL message, there is no other indication of crash, and QTest wraps up like it's a simple test FAIL.
So then qt-testrunner tries to re-run only the specific FAIL, without knowing that all the rest of the tests have been aborted and will never run.
- resulted from
-
QTQAINFRA-7349 Wrong handling of failed tests re-run on Android
-
- In Progress
-