From 848f01f9fb64c13140a1458999f2bf39ea0cb5c1 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Tue, 14 Apr 2015 13:35:13 +0200 Subject: 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 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/auto/other/macnativeevents/BLACKLIST (limited to '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 -- cgit v1.2.3