qt5base-lts/tests/auto/other
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
..
android Updated license headers 2016-01-21 18:55:18 +00:00
compiler Merge remote-tracking branch 'origin/5.7' into 5.8 2016-09-05 18:47:27 +02:00
gestures autotests: use QTest::createTouchDevice() 2016-06-10 13:07:17 +00:00
lancelot Merge remote-tracking branch 'origin/5.8' into dev 2017-01-25 20:06:06 +01:00
languagechange Remove Windows CE from tests (others). 2016-03-31 06:14:04 +00:00
macgui Updated license headers 2016-01-21 18:55:18 +00:00
macnativeevents Skip tst_MacNativeEvents::testChildDialogInFrontOfModalParent() 2017-03-15 13:51:41 +00:00
macplist macOS: Don't build auto-tests as application bundles unless explicitly requested 2016-10-23 10:39:56 +00:00
modeltest Remove qtypetraits.h's contents altogether 2017-01-12 22:16:06 +00:00
networkselftest Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qaccessibility tst_qaccessibility.cpp: Fix warnings about assignment used as truth value 2017-01-18 14:21:00 +00:00
qaccessibilitylinux create modularized version of qtplatformsupport module 2016-10-15 18:45:33 +00:00
qaccessibilitymac Updated license headers 2016-01-21 18:55:18 +00:00
qcomplextext Updated license headers 2016-01-21 18:55:18 +00:00
qfocusevent Updated license headers 2016-01-21 18:55:18 +00:00
qnetworkaccessmanager_and_qprogressdialog Updated license headers 2016-01-21 18:55:18 +00:00
qobjectperformance Updated license headers 2016-01-21 18:55:18 +00:00
qobjectrace Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-01 10:03:21 +02:00
qprocess_and_guieventloop Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qsharedpointer_and_qwidget Updated license headers 2016-01-21 18:55:18 +00:00
qtokenautomaton Tests: Add more QChar::unicode() calls to brush over deprecation warning. 2016-04-08 09:26:40 +00:00
qvariant_common Updated license headers 2016-01-21 18:55:18 +00:00
toolsupport QDateTimePrivate: merge the time spec, DST status and validity flags 2016-06-10 17:56:18 +00:00
other.pro Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00