Mark known test failures in Windows developer build.
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 23 Apr 2012 09:32:43 +0000 (19:32 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Apr 2012 08:29:56 +0000 (10:29 +0200)
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>
tests/auto/corelib/io/qsettings/tst_qsettings.cpp

index dbb844d..5063fbb 100644 (file)
@@ -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);