summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-10 22:48:54 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-14 20:48:14 +0100
commitd4bf0ec8041779c1e2fd2ab99a019e4e99dc0b4f (patch)
tree403ff45ade8e153e92868e17cc12c215a5eb17a8 /tests/auto/declarative
parent5bc49483c6b76e928daa0f824785f8cb8d9ae159 (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_qdeclarativeerror tst_lupdate tst_qfile tst_qlibrary tst_qtcpserver tst_qxmlquery Task-number: QTQAINFRA-428 Change-Id: I648f86b3ec7767f83767af8981a6ce2aed65722b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro b/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro
index 1c5fcf0523..318e0882b7 100644
--- a/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro
+++ b/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro
@@ -10,3 +10,4 @@ wince*: {
}
CONFIG += parallel_test
+win32:CONFIG+=insignificant_test # QTQAINFRA-428