From f08f626d57f269ab5196cb863a5be59096b580b5 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Thu, 2 Aug 2012 13:40:44 +1000 Subject: [PATCH] Skip failing test tst_qqmlxmlhttprequest::stateChangeCallingContext() sometimes fails on Windows. Change-Id: Ib755c614e23587e6ea216da5c9108100a0f05d39 Reviewed-by: Andrew den Exter --- .../qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp | 4 ++++ 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 8f57594..c815113 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. -- 1.7.2.5