Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.9.0 FF
-
None
-
56db60056 (dev)
Description
It fails on OpenSuse 15.5.
qt@localhost:~/qtbase/build> ./tests/auto/gui/kernel/qwindow/tst_qwindow -repeat -1 framePositioning:"after show" ********* Start testing of tst_QWindow ********* Config: Using QtTest library 6.9.0, Qt 6.9.0 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 9.3.1 20200406 [revision 6db837a5288ee3ca5ec504fbd5a765817e556ac2]), opensuse-leap 15.5 PASS : tst_QWindow::initTestCase() FAIL! : tst_QWindow::framePositioning(after show) Compared values are not the same Actual (originalMargins) : QMargins(0, 0, 0, 0) Expected (window.frameMargins()): QMargins(0, 28, 0, 0) Loc: [../tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(660)] PASS : tst_QWindow::cleanupTestCase() Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 15225ms ********* Finished testing of tst_QWindow *********