Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change for QTRY_COMPARE in flaky auto test tst_QShortcut::context()
Auto test tst_QShortcut::context() is flaky where QCOMPARE(QApplication::activeWindow(), other1->window()) is sometimes false where it should be true. Modify QCOMPARE for QTRY_COMPARE to give the necessary time to the XCB thread to proceed. Remove the flakiness when testing on OpenSuse 15.5 Change-Id: I8332329a84cb2203ffdf1ff1b952efa6f87f3aef Reviewed-by: Axel Spoerl <[email protected]>
- Loading branch information