aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickworkerscript
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-06-21 13:56:52 +0200
committerLars Knoll <lars.knoll@digia.com>2013-06-21 14:11:33 +0200
commitd6fef5e9a9c5cf4a5d9b72c8efc5e351f462266d (patch)
tree0a0affc1099dff345a7c573e77a3a12694d051cf /tests/auto/qml/qquickworkerscript
parent6d652b834581d444212d2b151fb2a0718ebc9271 (diff)
Mark test as xfail that assumes writability of the global object
As discussed, this needs to be fixed post merge Change-Id: Iebdc06da4977158b5d6190b3f093f8962459e109 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qml/qquickworkerscript')
-rw-r--r--tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp b/tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp
index 081b4595fe..9d74e32383 100644
--- a/tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp
+++ b/tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp
@@ -235,6 +235,7 @@ void tst_QQuickWorkerScript::script_included()
waitForEchoMessage(worker);
const QMetaObject *mo = worker->metaObject();
+ QEXPECT_FAIL("", "It is not possible to write to the global object right now", Continue);
QCOMPARE(mo->property(mo->indexOfProperty("response")).read(worker).toString(), value + " World");
qApp->processEvents();