Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
-
7929852c1 (dev), 9b9bd00c2 (6.9)
Description
Implement QTest::qEnsurePositionTopLeft() to set and ensure the window's position to the left corner of the screen.
Many cases of flakiness observed on Opensuse are due to un-updated position and frameposition of a window. This flakiness can be fixed by assigning a fixed position and verifying that the window's position corresponds to it.
The helper test function first sets a position using the available top-left corner of the screen and then verifies that the position and framePosition have been updated.
List of flaky tests where that function could have been used/could be used:
- Opensuse
QTBUG-134704 tst_QQuickOverlay::pressedAndReleased is flaky on opensuse - Qt Bug Tracker (not fixed yet)
It would be pertinent to add this function to other test functions, but these are meant to be examples where it would fix the flakiness by adding only QTest::qEnsurePositionTopLeft() instead of several lines that are being repeated in the different functions.
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTQAINFRA-7050 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
635353,3 | Add QTestPrivate::ensurePositionTopLeft() for reliable positioning | 6.8 | qt/qtbase | Status: NEW | +1 | 0 |
632883,16 | Add QTestPrivate::ensurePositionTopLeft() for reliable positioning | dev | qt/qtbase | Status: MERGED | +2 | 0 |
635542,2 | Add QTestPrivate::ensurePositionTopLeft() for reliable positioning | 6.9 | qt/qtbase | Status: MERGED | +2 | 0 |