Mark test as xfail that assumes writability of the global object
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 21 Jun 2013 11:56:52 +0000 (13:56 +0200)
committerLars Knoll <lars.knoll@digia.com>
Fri, 21 Jun 2013 12:11:33 +0000 (14:11 +0200)
As discussed, this needs to be fixed post merge

Change-Id: Iebdc06da4977158b5d6190b3f093f8962459e109
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp

index 081b459..9d74e32 100644 (file)
@@ -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();