Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.13.0
-
None
Description
When I tried to stage my code, The CI Bot told me the Continuous Integration failed, and a test case cannot pass in a platform(Linux QEMU arm64).
The test case is [qtbase/tests/auto/other/qobjectrace]
And the log of this test is
agent:2019/06/14 13:37:46 build.go:197: /home/qt/work/qt/qtbase/tests/auto/other/qobjectrace/target_wrapper.sh ./qobjectrace -o /home/qt/work/testresults/tests/auto/other/qobjectrace774269919,xml -o -,txt
agent:2019/06/14 13:37:46 build.go:197: ********* Start testing of tst_QObjectRace *********
agent:2019/06/14 13:37:46 build.go:197: Config: Using QtTest library 5.13.0, Qt 5.13.0 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 7.3.0)
agent:2019/06/14 13:37:46 build.go:197: PASS : tst_QObjectRace::initTestCase()
agent:2019/06/14 13:37:51 build.go:197:
agent:2019/06/14 13:37:51 build.go:197: === Received signal at function time: 5034ms, total time: 5068ms, dumping stack ===
agent:2019/06/14 13:37:52 build.go:197: FAIL! : tst_QObjectRace::moveToThreadRace() 'threads[i]->wait(300)' returned FALSE. ()
agent:2019/06/14 13:37:52 build.go:197: Loc: [tst_qobjectrace.cpp(154)]
agent:2019/06/14 13:37:52 build.go:197: qemu: uncaught target signal 4 (Illegal instruction) - core dumped
And I found a similar case, while it was closed long time ago
Attachments
Issue Links
- relates to
-
QTBUG-103489 tst_QObjectRace::destroyRace flaky/failing on QNX
- Reported