Temporary skip xmlquery test on Mac
authorHonglei Zhang <honglei.zhang@nokia.com>
Fri, 4 Nov 2011 08:11:23 +0000 (10:11 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 11 Nov 2011 03:08:45 +0000 (04:08 +0100)
xquerySupport generates lots of "select: Invalid argument" on Mac
environment. This should be checked. The test case should pass
on Mac later when there is more resource on xmlpatterns. Bug report
QTBUG-22556 is created to get it fixed.

Change-Id: Iad37d21b84e7539e104a2b4595531b8ad9a58b07
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/xmlpatterns/tst_xmlpatterns.cpp

index 6d689b0..adb8111 100644 (file)
@@ -136,6 +136,8 @@ void tst_XmlPatterns::xquerySupport()
     QSKIP("WinCE: This test uses unsupported WinCE functionality");
 #elif defined(Q_OS_SYMBIAN)
     QSKIP("Symbian: This test uses unsupported Symbian functionality (QProcess with std streams)");
+#elif defined(Q_OS_MAC)
+    QSKIP("MacOs: Failed on Mac. Will be fixed by bug fix for QTBUG-22556");
 #endif
 
     QFETCH(int,         expectedExitCode);