summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
diff options
context:
space:
mode:
authorHonglei Zhang <honglei.zhang@nokia.com>2011-11-04 10:11:23 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-11 04:08:45 +0100
commitb483ca39bde8af3f325d65c767c9445a6c152c5c (patch)
tree3661b9511054d2986899e7a136d3401f2cb104f8 /tests/auto/xmlpatterns/tst_xmlpatterns.cpp
parent3be13b50c0b100345a52d097908a33a52a5c374b (diff)
downloadqtxmlpatterns-b483ca39bde8af3f325d65c767c9445a6c152c5c.tar.gz
Temporary skip xmlquery test on Mac
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>
Diffstat (limited to 'tests/auto/xmlpatterns/tst_xmlpatterns.cpp')
-rw-r--r--tests/auto/xmlpatterns/tst_xmlpatterns.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/xmlpatterns/tst_xmlpatterns.cpp b/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
index 6d689b0..adb8111 100644
--- a/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
+++ b/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
@@ -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);