summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2012-02-21 17:07:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-23 09:31:38 +0100
commit39273e338bdb9f90f30111047f9baa8a6ab26697 (patch)
tree4099550b1eca923f292e19befb1f872bc30e7cab
parente1c0047c6b50dd28f61fb94bed50810a8ce7b48d (diff)
downloadqtscript-39273e338bdb9f90f30111047f9baa8a6ab26697.tar.gz
Windows: Mark two failing QtScript tests insignificant
Once underlying issues are fixed, the tests need to be re-enabled. Task-number: QTBUG-24203 Change-Id: I38449fd3753f647abaaab24f8928d28fd921cdcb Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r--tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro2
-rw-r--r--tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
index 90bf4b2..924bc9f 100644
--- a/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
+++ b/tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro
@@ -13,4 +13,4 @@ testFiles.path = .
DEPLOYMENT += testFiles
}
-
+win32:CONFIG += insignificant_test # QTBUG-24426
diff --git a/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro b/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
index a1c0852..cca9266 100644
--- a/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
+++ b/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
@@ -4,3 +4,5 @@ QT = core-private script testlib
SOURCES += tst_qscriptv8testsuite.cpp
RESOURCES += qscriptv8testsuite.qrc
include(abstracttestsuite.pri)
+
+win32:CONFIG += insignificant_test # QTBUG-24427