From 769a3679285a986c022f6dc2f1c43f05a2a666ef Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 15 Feb 2012 09:42:39 +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_qlocale tst_quuid tst_uic3 Task-number: QTQAINFRA-428 Change-Id: I21e78e4320e28735286778125a103caf7aa45d44 Reviewed-by: Jyri Tahtela --- tests/auto/qlocale/test/test.pro | 2 ++ tests/auto/quuid/test/test.pro | 2 ++ tests/auto/uic3/uic3.pro | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tests/auto/qlocale/test/test.pro b/tests/auto/qlocale/test/test.pro index 174eade..b5023d7 100644 --- a/tests/auto/qlocale/test/test.pro +++ b/tests/auto/qlocale/test/test.pro @@ -35,3 +35,5 @@ symbian:contains(S60_VERSION,3.2) { } symbian: INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE # Needed for e32svr.h in S^3 envs + +win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/quuid/test/test.pro b/tests/auto/quuid/test/test.pro index 06ae3bd..271b88f 100644 --- a/tests/auto/quuid/test/test.pro +++ b/tests/auto/quuid/test/test.pro @@ -27,3 +27,5 @@ symbian { DEPLOYMENT += binDep } + +win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/uic3/uic3.pro b/tests/auto/uic3/uic3.pro index 02af16d..9cb0df9 100644 --- a/tests/auto/uic3/uic3.pro +++ b/tests/auto/uic3/uic3.pro @@ -8,3 +8,5 @@ TARGET = tst_uic3 DEFINES += SRCDIR=\\\"$$PWD\\\" requires(contains(QT_CONFIG,qt3support)) + +win32:CONFIG+=insignificant_test # QTQAINFRA-428 -- cgit v0.12