summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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