aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-02 13:40:44 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-02 05:44:36 +0200
commitf08f626d57f269ab5196cb863a5be59096b580b5 (patch)
tree9de40a5ba72a5cd26bb22b532ab490aceae9ed5e /tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp
parentc744c0e88f8aff91c0f443982d4ee27473ba7b44 (diff)
Skip failing test
tst_qqmlxmlhttprequest::stateChangeCallingContext() sometimes fails on Windows. Change-Id: Ib755c614e23587e6ea216da5c9108100a0f05d39 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp')
-rw-r--r--tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp b/tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp
index 8f57594e5b..c815113c9a 100644
--- a/tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp
+++ b/tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp
@@ -1159,6 +1159,10 @@ void tst_qqmlxmlhttprequest::cdata()
void tst_qqmlxmlhttprequest::stateChangeCallingContext()
{
+#ifdef Q_OS_WIN
+ QSKIP("QTBUG-26738");
+#endif
+
// ensure that we don't crash by attempting to evaluate
// without a valid calling context.