From d54fb6804b261a26a2b689d2e7e5157b545e3c86 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 17 Dec 2013 12:30:11 +0100 Subject: V4: re-enable test cases disabled for QTBUG-34047 Task-number: QTBUG-34047 Change-Id: Idcce254f3594e1f7021705704dbe6a2330aa7e65 Reviewed-by: Lars Knoll --- tests/auto/qml/parserstress/tst_parserstress.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/qml/parserstress/tst_parserstress.cpp b/tests/auto/qml/parserstress/tst_parserstress.cpp index 15b3ff56b6..07d02055c2 100644 --- a/tests/auto/qml/parserstress/tst_parserstress.cpp +++ b/tests/auto/qml/parserstress/tst_parserstress.cpp @@ -93,16 +93,8 @@ void tst_parserstress::ecmascript_data() QStringList files = findJSFiles(dir); QTest::addColumn("file"); - foreach (const QString &file, files) { - // Skip, QTBUG-34047 - if (file.endsWith(QStringLiteral("tests/ecma_3/Statements/regress-324650.js"))) - continue; - if (file.endsWith(QStringLiteral("tests/ecma_3/Statements/regress-74474-002.js"))) - continue; - if (file.endsWith(QStringLiteral("tests/ecma_3/Statements/regress-74474-003.js"))) - continue; + foreach (const QString &file, files) QTest::newRow(qPrintable(file)) << file; - } } void tst_parserstress::ecmascript() -- cgit v1.2.3