Tests: Use blacklist for failing tests in tst_macnativevents

Remove the insignificant_tests CONFIG option in favor of a BLACKLIST
file. The tests blacklisted have been found using CI builds logs.

Change-Id: I1a963bdc24f7657731dc0374a8e2c3cbaa49f126
Task-number: QTBUG-22775
Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
bb10
Caroline Chao 2015-04-14 13:35:13 +02:00
parent 92ea91836e
commit 848f01f9fb
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,11 @@
# QTBUG-22775
[testDragWindow]
osx
[testMouseEnter]
osx-10.9
[testChildDialogInFrontOfModalParent]
osx
[testChildWindowInFrontOfStaysOnTopParentWindow]
osx
[testModifierCtrlWithDontSwapCtrlAndMeta]
osx

View File

@ -8,5 +8,4 @@ SOURCES += expectedeventlist.cpp nativeeventlist.cpp
SOURCES += tst_macnativeevents.cpp
requires(mac)
CONFIG += insignificant_test # QTBUG-22775
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0