Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.12.0, 5.12
-
None
-
-
2a8fcbbcb3b441d2b5b32740bc828c7bc9096e4c (qt/qtdeclarative/5.12)
Description
Test functions gradient_separate and gradient_multiple is failing on openSUSE.
Failing test function gradient_multiple:
http://coin.intra.qt.io:8080/coin/integration/qt/qtdeclarative/tasks/1553155881
Executing instruction 339 of 486 - RunQtUnitTest agent:2019/03/21 08:42:09 runner.go:72: Generating test results with TESTARGS=-o /home/qt/work/testresults/tests/auto/quick/qquickrectangle987692514,xml -o -,txt agent:2019/03/21 08:42:09 build.go:314: [make check -j1] 900 900 agent:2019/03/21 08:42:09 build.go:192: /home/qt/work/qt/qtdeclarative/tests/auto/quick/qquickrectangle/target_wrapper.sh ./tst_qquickrectangle -o /home/qt/work/testresults/tests/auto/quick/qquickrectangle987692514,xml -o -,txt agent:2019/03/21 08:42:09 build.go:192: ********* Start testing of tst_qquickrectangle ********* agent:2019/03/21 08:42:09 build.go:192: Config: Using QtTest library 5.12.2, Qt 5.12.2 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 7.3.1 20180323 [gcc-7-branch revision 258812]) agent:2019/03/21 08:42:09 build.go:192: PASS : tst_qquickrectangle::initTestCase() agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::color() agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::gradient() agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::gradient_border() agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::gradient_separate() agent:2019/03/21 08:42:10 build.go:192: QWARN : tst_qquickrectangle::gradient_multiple() QSGThreadedRenderLoop: expose event received for window QQuickView(0x7ffcc871f9c0 exposed, visibility=QWindow::Windowed, flags=QFlags<Qt::WindowType>(Window), geometry=0,0 0x0) with invalid geometry: QRect(0,0 0x0) on QScreen(0x1cccb10, name=Virtual-1) agent:2019/03/21 08:42:10 build.go:192: QWARN : tst_qquickrectangle::gradient_multiple() QSGThreadedRenderLoop: expose event received for window QQuickView(0x7ffcc871f9c0 exposed, visibility=QWindow::Windowed, flags=QFlags<Qt::WindowType>(Window), geometry=0,0 0x0) with invalid geometry: QRect(0,0 0x0) on QScreen(0x1cccb10, name=Virtual-1) agent:2019/03/21 08:42:10 build.go:192: FAIL! : tst_qquickrectangle::gradient_multiple() '!firstIsDirty' returned FALSE. () agent:2019/03/21 08:42:10 build.go:192: Loc: [tst_qquickrectangle.cpp(164)] agent:2019/03/21 08:42:10 build.go:192: QWARN : tst_qquickrectangle::gradient_preset() file:///home/qt/work/qt/qtdeclarative/tests/auto/quick/qquickrectangle/data/gradient-preset.qml:12:5: QML Rectangle: No such gradient preset '-1' agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::gradient_preset() agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::antialiasing() agent:2019/03/21 08:42:10 build.go:192: PASS : tst_qquickrectangle::cleanupTestCase() agent:2019/03/21 08:42:10 build.go:192: Totals: 8 passed, 1 failed, 0 skipped, 0 blacklisted, 484ms agent:2019/03/21 08:42:10 build.go:192: ********* Finished testing of tst_qquickrectangle ********* agent:2019/03/21 08:42:10 build.go:192: Makefile:342: recipe for target 'check' failed agent:2019/03/21 08:42:10 build.go:192: make: *** [check] Error 1 agent:2019/03/21 08:42:10 build.go:236: Process finished with error: exit status 2 agent:2019/03/21 08:42:10 build.go:195: Error reading from stdout/err: exit status 2
Tests that are flaky are slowing down Qt development and should be either fixed or blacklisted.
Attachments
Issue Links
- relates to
-
QTBUG-74468 tst_qquickrectangle::gradient_separate() is flaky.
- Closed