summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-05-08 08:24:06 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 09:08:16 (GMT)
commit55a0234b1b8d806dbbb1eaa4aca85824966444d3 (patch)
tree021d15a1386de2b83c8ce5991ba29428f82ebf5d
parent282c002b6bc7237826874d90220772c2a501dd16 (diff)
downloadQt-55a0234b1b8d806dbbb1eaa4aca85824966444d3.zip
Qt-55a0234b1b8d806dbbb1eaa4aca85824966444d3.tar.gz
Qt-55a0234b1b8d806dbbb1eaa4aca85824966444d3.tar.bz2
test: Mark tst_xmlpatterns as insignificant only on Windows
This test has been passing lately for Linux and Mac. Task-number: QTQAINFRA-574 Change-Id: I507a6b4220a3e3ded7bcfed2aded1e15bf53958a Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r--tests/auto/xmlpatterns/xmlpatterns.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatterns/xmlpatterns.pro b/tests/auto/xmlpatterns/xmlpatterns.pro
index 3278088..6701233 100644
--- a/tests/auto/xmlpatterns/xmlpatterns.pro
+++ b/tests/auto/xmlpatterns/xmlpatterns.pro
@@ -10,4 +10,4 @@ DEFINES += SRCDIR=\\\"$$PWD/\\\"
include (../xmlpatterns.pri)
-CONFIG+=insignificant_test # QTQAINFRA-428
+win32:CONFIG+=insignificant_test # QTQAINFRA-574