From 26239ffbfd61cc966385296db7a67397f846e09f Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 12 Aug 2013 10:30:58 +0200 Subject: test: Mark tst_qqmlmoduleplugin::incorrectPluginCase() as XFAIL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mark incorrectPluginCase() as expected failure on OS X 10.8 Task-number: QTBUG-32652 Change-Id: I8fd2c0ceacabfc74defe84fc6538b268145c5110 Reviewed-by: Simo Fält Reviewed-by: Frederik Gladhorn --- tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/auto/qml/qqmlmoduleplugin') diff --git a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp index b2f860455e..509764c833 100644 --- a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp +++ b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp @@ -207,6 +207,10 @@ void tst_qqmlmoduleplugin::incorrectPluginCase() QString expectedError = QLatin1String("module \"com.nokia.WrongCase\" plugin \"PluGin\" not found"); #endif +#ifdef Q_OS_MACX + if (QSysInfo::MacintoshVersion == QSysInfo::MV_10_8) + QEXPECT_FAIL("", "See QTBUG-32652", Continue); +#endif QCOMPARE(errors.at(0).description(), expectedError); } -- cgit v1.2.3