summaryrefslogtreecommitdiffstats
path: root/src/tools/rcc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-03-14 15:50:35 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-03-15 13:51:41 +0000
commit5e18f4ce0b16e9ff3101493d603bbc51b93dd2cb (patch)
tree61043f33f2fd7bdf4f213827e94c4b78a5dd9d2a /src/tools/rcc
parent7ac100ddd1d5e8d2f5d111f793f41ed6c98179ca (diff)
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>
Diffstat (limited to 'src/tools/rcc')
0 files changed, 0 insertions, 0 deletions