Reenable temporarily skipped QML tests
Change-Id: I1e57b0e39c539648602cc480e296db6c6948ff39 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
276dcc3f1f
commit
ceac3e87b6
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue