summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-23 19:32:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-25 10:29:56 +0200
commit3de77c3daa3e7ddda7d297a2cc2061296297d7f6 (patch)
tree69c873045bf5a5f51dae5f6a2599f6ee8d23d67c /tests/auto
parent7c36d4b0d3abdddd2718730c109d8625cd3bb937 (diff)
Mark known test failures in Windows developer build.
Previously, the CI system has not been testing on Windows with the -developer-build configure flag. Mark known failures for this configuration so that tests can be run in enforcing mode. Change-Id: I5fbbbe09a7b400d626107c66dcbd5c5469a45b20 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/io/qsettings/tst_qsettings.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qsettings/tst_qsettings.cpp b/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
index dbb844d204..5063fbb9b0 100644
--- a/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
+++ b/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
@@ -1989,6 +1989,9 @@ void tst_QSettings::setIniCodec()
QConfFile::clearCache();
+#ifdef Q_OS_WIN
+ QEXPECT_FAIL("", "QTBUG-25446", Abort);
+#endif
QCOMPARE(actualContents4, expeContents4);
QCOMPARE(actualContents5, expeContents5);