summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-15 08:42:39 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-02-15 09:16:18 (GMT)
commit769a3679285a986c022f6dc2f1c43f05a2a666ef (patch)
tree427094a0913d016642b7e1a4944e1fc8b73eeaf8 /tests
parent6d370a19e367d0ccec59db5c34cbe2e3f7cfc586 (diff)
downloadQt-769a3679285a986c022f6dc2f1c43f05a2a666ef.zip
Qt-769a3679285a986c022f6dc2f1c43f05a2a666ef.tar.gz
Qt-769a3679285a986c022f6dc2f1c43f05a2a666ef.tar.bz2
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')
-rw-r--r--tests/auto/qlocale/test/test.pro2
-rw-r--r--tests/auto/quuid/test/test.pro2
-rw-r--r--tests/auto/uic3/uic3.pro2
3 files changed, 6 insertions, 0 deletions
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