From 848f01f9fb64c13140a1458999f2bf39ea0cb5c1 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Tue, 14 Apr 2015 13:35:13 +0200 Subject: [PATCH] Tests: Use blacklist for failing tests in tst_macnativevents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/auto/other/macnativeevents/BLACKLIST | 11 +++++++++++ tests/auto/other/macnativeevents/macnativeevents.pro | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 tests/auto/other/macnativeevents/BLACKLIST 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