From 3de77c3daa3e7ddda7d297a2cc2061296297d7f6 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 23 Apr 2012 19:32:43 +1000 Subject: 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 --- tests/auto/corelib/io/qsettings/tst_qsettings.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto') 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); -- cgit v1.2.3