From ceac3e87b61aac2d17f3a213ef060e1109961293 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Wed, 9 Jan 2013 14:11:55 +0100 Subject: Reenable temporarily skipped QML tests Change-Id: I1e57b0e39c539648602cc480e296db6c6948ff39 Reviewed-by: Simon Hausmann --- tests/auto/qml/qjsengine/tst_qjsengine.cpp | 2 -- tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp | 4 ---- 2 files changed, 6 deletions(-) (limited to 'tests') 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); diff --git a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp index a4cd325a95..8624feff3e 100644 --- a/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp +++ b/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp @@ -1779,8 +1779,6 @@ Test file/lineNumbers for inline functions. */ void tst_qqmlecmascript::functionErrors() { - QSKIP("Temporarily skip this test case until the next V8 update is landed into QtJSBackend."); - QQmlComponent component(&engine, testFileUrl("functionErrors.qml")); QString url = component.url().toString(); @@ -4056,8 +4054,6 @@ void tst_qqmlecmascript::scarceResources_other() /* These tests require knowledge of state, since we test values after performing signal or function invocation. */ - QSKIP("Temporarily skip this test case until the next V8 update is landed into QtJSBackend."); - QPixmap origPixmap(100, 100); origPixmap.fill(Qt::blue); QString srp_name, expectedWarning; -- cgit v1.2.3