From 262444086fe949441aebb6c6726ba13c97476191 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 17 Feb 2012 14:30:03 +0100 Subject: tests: Mark unstable tests as insignificant on Windows Marked the following tests insignificant due to failures, these need to be fixed later and then re-enabled: tst_qlocalsocket tst_selftests Task-number: QTQAINFRA-428 Change-Id: I294048133bac141dfd6239dba115dcc93035f868 Reviewed-by: Jyri Tahtela --- tests/auto/qlocalsocket/qlocalsocket.pro | 2 -- tests/auto/qlocalsocket/test/test.pro | 1 + tests/auto/selftests/test/test.pro | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/qlocalsocket/qlocalsocket.pro b/tests/auto/qlocalsocket/qlocalsocket.pro index 32bd456..3911a64 100644 --- a/tests/auto/qlocalsocket/qlocalsocket.pro +++ b/tests/auto/qlocalsocket/qlocalsocket.pro @@ -2,5 +2,3 @@ TEMPLATE = subdirs SUBDIRS = lackey test !wince*:!symbian: SUBDIRS += example symbian: TARGET.CAPABILITY = NetworkServices - -CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro index 7d85cba..58b36ef 100644 --- a/tests/auto/qlocalsocket/test/test.pro +++ b/tests/auto/qlocalsocket/test/test.pro @@ -48,3 +48,4 @@ wince*|symbian { requires(contains(QT_CONFIG,script)) } +win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/selftests/test/test.pro b/tests/auto/selftests/test/test.pro index 2dd634f..facb26a 100644 --- a/tests/auto/selftests/test/test.pro +++ b/tests/auto/selftests/test/test.pro @@ -14,3 +14,4 @@ win32 { RESOURCES += ../selftests.qrc +win32:CONFIG+=insignificant_test # QTQAINFRA-428 -- cgit v0.12