qt5base-lts/tests/auto/widgets
Tor Arne Vestbø 6b8e03456b tst_qmenu: Fix funky use of QTRY_VERIFY with qWaitFor
The QTRY_VERIFY was needed because the window doesn't initially have a handle,
and QTest::qWaitForWindowActive(QWidget *) only checks the active state of the
widget if it does, returning false if not.

This broken logic should be fixed, but for now let's make it clear what's
actually going on by using an explicit wait for the window handle.

Change-Id: I6dd89e0894efed14f4b9a2562dfe8ca76b5ef89c
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-08-09 22:36:11 +00:00
..
dialogs Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
effects tst_QGraphicsEffect: Allow multiple paint events in itemHasNoContents() 2018-05-21 06:05:15 +00:00
graphicsview winrt: Fix tst_QGraphicsItem::cursor 2018-08-06 05:24:38 +00:00
itemviews winrt: Implement QPlatformCursor::setPos 2018-08-06 05:24:35 +00:00
kernel tests: blacklist tst_qwidget::saveRestoreGeometry on xcb 2018-08-08 10:36:21 +00:00
styles Merge branch '5.11' into dev 2018-07-31 13:33:14 +02:00
util winrt: Make widgets/util auto tests pass 2018-05-25 11:02:23 +00:00
widgets tst_qmenu: Fix funky use of QTRY_VERIFY with qWaitFor 2018-08-09 22:36:11 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00