diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-10 21:48:54 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-14 19:48:14 (GMT) |
commit | d4bf0ec8041779c1e2fd2ab99a019e4e99dc0b4f (patch) | |
tree | 403ff45ade8e153e92868e17cc12c215a5eb17a8 /tests/auto/qfile | |
parent | 5bc49483c6b76e928daa0f824785f8cb8d9ae159 (diff) | |
download | Qt-d4bf0ec8041779c1e2fd2ab99a019e4e99dc0b4f.zip Qt-d4bf0ec8041779c1e2fd2ab99a019e4e99dc0b4f.tar.gz Qt-d4bf0ec8041779c1e2fd2ab99a019e4e99dc0b4f.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_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/qfile')
-rw-r--r-- | tests/auto/qfile/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |