qt5base-lts/tests/auto/other/macnativeevents
Tor Arne Vestbø 5e18f4ce0b Skip tst_MacNativeEvents::testChildDialogInFrontOfModalParent()
Closing the dialog at the end of the test ends the modal session via
QCocoaEventDispatcherPrivate::endModalSession(), but the actual ending
of the session is deferred to cleanupModalSessions(), and that is never called.

The result is that QCocoaWindow::setVisible of the window in testKeyPressOnToplevel
and following tests ends up calling [m_nsWindow orderFront:nil]; instead of
[m_nsWindow makeKeyAndOrderFront:nil];, leaving the window inactive and the
tests failing.

Task-number: QTBUG-58474
Change-Id: If66b2e201f658b627c2ec50a562938f59a5037ed
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2017-03-15 13:51:41 +00:00
..
BLACKLIST Blacklist tst_MacNativeEvents::testMouseEnter 2016-10-12 08:17:16 +00:00
expectedeventlist.cpp Updated license headers 2016-01-21 18:55:18 +00:00
expectedeventlist.h Updated license headers 2016-01-21 18:55:18 +00:00
macnativeevents.pro Tests: Use blacklist for failing tests in tst_macnativevents 2015-04-17 14:07:14 +00:00
nativeeventlist.cpp Updated license headers 2016-01-21 18:55:18 +00:00
nativeeventlist.h Updated license headers 2016-01-21 18:55:18 +00:00
qnativeevents_mac.cpp Updated license headers 2016-01-21 18:55:18 +00:00
qnativeevents.cpp Updated license headers 2016-01-21 18:55:18 +00:00
qnativeevents.h Updated license headers 2016-01-21 18:55:18 +00:00
tst_macnativeevents.cpp Skip tst_MacNativeEvents::testChildDialogInFrontOfModalParent() 2017-03-15 13:51:41 +00:00