From d4bf0ec8041779c1e2fd2ab99a019e4e99dc0b4f Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 10 Feb 2012 22:48:54 +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_qdeclarativeerror tst_lupdate tst_qfile tst_qlibrary tst_qtcpserver tst_qxmlquery Task-number: QTQAINFRA-428 Change-Id: I648f86b3ec7767f83767af8981a6ce2aed65722b Reviewed-by: Miikka Heikkinen Reviewed-by: Toby Tomkins --- tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro | 1 + tests/auto/linguist/lupdate/lupdate.pro | 1 + tests/auto/qfile/test/test.pro | 2 +- tests/auto/qlibrary/qlibrary.pro | 2 -- tests/auto/qlibrary/tst/tst.pro | 1 + tests/auto/qtcpserver/test/test.pro | 2 +- tests/auto/qxmlquery/qxmlquery.pro | 2 ++ 7 files changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro b/tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro index 1c5fcf0..318e088 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 diff --git a/tests/auto/linguist/lupdate/lupdate.pro b/tests/auto/linguist/lupdate/lupdate.pro index bcaaf66..38f0b34 100644 --- a/tests/auto/linguist/lupdate/lupdate.pro +++ b/tests/auto/linguist/lupdate/lupdate.pro @@ -4,3 +4,4 @@ TARGET = tst_lupdate SOURCES += tst_lupdate.cpp +win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/qfile/test/test.pro b/tests/auto/qfile/test/test.pro index 74e5041..1eec13d 100644 --- a/tests/auto/qfile/test/test.pro +++ b/tests/auto/qfile/test/test.pro @@ -41,4 +41,4 @@ symbian { LIBS+=-lefsrv } -mac*:CONFIG+=insignificant_test # QTQAINFRA-428 +mac*|win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/qlibrary/qlibrary.pro b/tests/auto/qlibrary/qlibrary.pro index 6adb51b..b351753 100644 --- a/tests/auto/qlibrary/qlibrary.pro +++ b/tests/auto/qlibrary/qlibrary.pro @@ -18,5 +18,3 @@ TARGET = tst_qlibrary # no special install rule for subdir INSTALLS = CONFIG += parallel_test - -win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/qlibrary/tst/tst.pro b/tests/auto/qlibrary/tst/tst.pro index 28c40b0..1ce70cb 100644 --- a/tests/auto/qlibrary/tst/tst.pro +++ b/tests/auto/qlibrary/tst/tst.pro @@ -31,3 +31,4 @@ wince*: { DEFINES += SRCDIR=\\\"$$PWD/../\\\" } +win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/qtcpserver/test/test.pro b/tests/auto/qtcpserver/test/test.pro index 7484f12..9d68ef9 100644 --- a/tests/auto/qtcpserver/test/test.pro +++ b/tests/auto/qtcpserver/test/test.pro @@ -34,4 +34,4 @@ QT = core network MOC_DIR=tmp -mac*:CONFIG+=insignificant_test # QTQAINFRA-428 +mac*|win32:CONFIG+=insignificant_test # QTQAINFRA-428 diff --git a/tests/auto/qxmlquery/qxmlquery.pro b/tests/auto/qxmlquery/qxmlquery.pro index d5e8228..b598477 100644 --- a/tests/auto/qxmlquery/qxmlquery.pro +++ b/tests/auto/qxmlquery/qxmlquery.pro @@ -32,3 +32,5 @@ wince*|symbian: { DEPLOYMENT += addFiles patternistFiles } + +win32:CONFIG+=insignificant_test # QTQAINFRA-428 -- cgit v0.12