summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@theqtcompany.com>2015-04-14 13:35:13 +0200
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-04-17 14:07:14 +0000
commit848f01f9fb64c13140a1458999f2bf39ea0cb5c1 (patch)
tree71ae5650146cd6f969ecb5c35799c94c40393b91 /tests
parent92ea91836eedcf34e09df6b2bd3c34f0468acc49 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/macnativeevents/BLACKLIST11
-rw-r--r--tests/auto/other/macnativeevents/macnativeevents.pro1
2 files changed, 11 insertions, 1 deletions
diff --git a/tests/auto/other/macnativeevents/BLACKLIST b/tests/auto/other/macnativeevents/BLACKLIST
new file mode 100644
index 0000000000..2820457075
--- /dev/null
+++ b/tests/auto/other/macnativeevents/BLACKLIST
@@ -0,0 +1,11 @@
+# QTBUG-22775
+[testDragWindow]
+osx
+[testMouseEnter]
+osx-10.9
+[testChildDialogInFrontOfModalParent]
+osx
+[testChildWindowInFrontOfStaysOnTopParentWindow]
+osx
+[testModifierCtrlWithDontSwapCtrlAndMeta]
+osx
diff --git a/tests/auto/other/macnativeevents/macnativeevents.pro b/tests/auto/other/macnativeevents/macnativeevents.pro
index e958f414e0..48ad04bbff 100644
--- a/tests/auto/other/macnativeevents/macnativeevents.pro
+++ b/tests/auto/other/macnativeevents/macnativeevents.pro
@@ -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