aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/tst_qjsengine.cpp
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2013-01-09 14:11:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-09 15:57:01 +0100
commitceac3e87b61aac2d17f3a213ef060e1109961293 (patch)
tree3337d8042eeed48727c8e66fb69ac6f0415efec2 /tests/auto/qml/qjsengine/tst_qjsengine.cpp
parent276dcc3f1f156514cd296ae9d7480f7424bdff67 (diff)
Reenable temporarily skipped QML tests
Change-Id: I1e57b0e39c539648602cc480e296db6c6948ff39 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/qml/qjsengine/tst_qjsengine.cpp')
-rw-r--r--tests/auto/qml/qjsengine/tst_qjsengine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qjsengine/tst_qjsengine.cpp b/tests/auto/qml/qjsengine/tst_qjsengine.cpp
index bbde5f4dae..5c27c957fb 100644
--- a/tests/auto/qml/qjsengine/tst_qjsengine.cpp
+++ b/tests/auto/qml/qjsengine/tst_qjsengine.cpp
@@ -2226,8 +2226,6 @@ void tst_QJSEngine::jsContinueInSwitch()
void tst_QJSEngine::jsShadowReadOnlyPrototypeProperty()
{
- QSKIP("Temporarily skip this test case until the next V8 update is landed into QtJSBackend.");
-
QJSEngine eng;
QVERIFY(eng.evaluate("o = {}; o.__proto__ = parseInt; o.length").isNumber());
QVERIFY(eng.evaluate("o.length = 123; o.length").toInt() != 123);