summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocale
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-15 09:42:39 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-15 10:16:18 +0100
commit769a3679285a986c022f6dc2f1c43f05a2a666ef (patch)
tree427094a0913d016642b7e1a4944e1fc8b73eeaf8 /tests/auto/qlocale
parent6d370a19e367d0ccec59db5c34cbe2e3f7cfc586 (diff)
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 <jyri.tahtela@nokia.com>
Diffstat (limited to 'tests/auto/qlocale')
-rw-r--r--tests/auto/qlocale/test/test.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlocale/test/test.pro b/tests/auto/qlocale/test/test.pro
index 174eade3d2..b5023d7fbc 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