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>
bb10
Jason McDonald 2012-04-23 19:32:43 +10:00 committed by Qt by Nokia
parent 7c36d4b0d3
commit 3de77c3daa
1 changed files with 3 additions and 0 deletions

View 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);