Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.0
-
None
-
-
Someone's on it
Description
tst_QMdiArea fails on Android for Qt 6.0.0
agent:2020/09/24 10:31:43 build.go:302: FAIL! : tst_QMdiArea::subWindowActivated(data2) 'window == activeWindow' returned FALSE. () agent:2020/09/24 10:31:43 build.go:302: Loc: [tst_qmdiarea.cpp(360)] agent:2020/09/24 10:31:43 build.go:302: FAIL! : tst_QMdiArea::subWindowActivated2() Compared values are not the same agent:2020/09/24 10:31:43 build.go:302: Loc: [tst_qmdiarea.cpp(520)] agent:2020/09/24 10:31:43 build.go:302: FAIL! : tst_QMdiArea::addAndRemoveWindows() Compared values are not the same agent:2020/09/24 10:31:43 build.go:302: Loc: [tst_qmdiarea.cpp(1199)] agent:2020/09/24 10:31:43 build.go:302: FAIL! : tst_QMdiArea::activateNextAndPreviousWindow() Compared pointers are not the same agent:2020/09/24 10:31:43 build.go:302: Loc: [tst_qmdiarea.cpp(1343)] agent:2020/09/24 10:31:43 build.go:302: FAIL! : tst_QMdiArea::subWindowList(StackingOrder) Compared pointers are not the same agent:2020/09/24 10:31:43 build.go:302: Loc: [tst_qmdiarea.cpp(1462)] agent:2020/09/24 10:31:44 build.go:302: make[3]: Leaving directory '/home/qt/work/qt/qtbase/tests/auto/widgets/widgets/qmdiarea' agent:2020/09/24 10:31:44 build.go:302: make[2]: *** [Makefile:3103: sub-qmdiarea-check] Error 2
Also
agent:2020/10/16 13:00:44 build.go:379: FAIL! : tst_QMdiArea::dontMaximizeSubWindowOnActivation() '!mdiArea.activeSubWindow()->isMaximized()' returned FALSE. () agent:2020/10/16 13:00:44 build.go:379: Loc: [tst_qmdiarea.cpp(1988)] agent:2020/10/16 13:00:44 build.go:379: FAIL! : tst_QMdiArea::delayedPlacement() Compared values are not the same agent:2020/10/16 13:00:44 build.go:379: Actual (window2->geometry().topLeft()) : QPoint(0,0) agent:2020/10/16 13:00:44 build.go:379: Expected (window1->geometry().topRight() + QPoint(1, 0)): QPoint(120,0) agent:2020/10/16 13:00:44 build.go:379: Loc: [tst_qmdiarea.cpp(2009)] agent:2020/10/16 13:00:44 build.go:379: FAIL! : tst_QMdiArea::updateScrollBars() 'hbar->style()->styleHint(QStyle::SH_ScrollBar_Transient) || hbar->isVisible()' returned FALSE. () agent:2020/10/16 13:00:44 build.go:379: Loc: [tst_qmdiarea.cpp(2143)] agent:2020/10/16 13:00:44 build.go:379: FAIL! : tst_QMdiArea::setViewMode() '!activeSubWindow->isMaximized()' returned FALSE. () agent:2020/10/16 13:00:44 build.go:379: Loc: [tst_qmdiarea.cpp(2344)] agent:2020/10/16 13:00:44 build.go:379: ********* Finished testing of tst_QMdiArea ********* agent:2020/10/16 13:00:44 build.go:379: make[3]: *** [Makefile:150: check] Error 1 agent:2020/10/16 13:00:44 build.go:379: make[3]: Leaving directory '/home/qt/work/qt/qtbase/tests/auto/widgets/widgets/qmdiarea'
The last cases don't respect the BLACKLIST file, so removing the test from *.pro/cmake for now.
Attachments
Issue Links
- resulted from
-
QTBUG-98120 Fix failing qtbase CI tests for Android
- In Progress
-
QTBUG-87025 Report Android failing tests in CI
- Closed