aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsengine/tst_qjsengine.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2011-11-11 08:21:58 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-11 04:52:22 +0100
commite9b68b62e2a3b28c303210d22a6ffed1ec805771 (patch)
treeeed53755909675999e7932327571e3d919e5ef18 /tests/auto/declarative/qjsengine/tst_qjsengine.cpp
parentd71a898a2afbd8ca198b41d4ee553cc85998e31e (diff)
Make compile and pass CI tests.
Change-Id: Ie2ec20d9e346ccaf698762d6abf0224c39fb3490 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qjsengine/tst_qjsengine.cpp')
-rw-r--r--tests/auto/declarative/qjsengine/tst_qjsengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qjsengine/tst_qjsengine.cpp b/tests/auto/declarative/qjsengine/tst_qjsengine.cpp
index 35b4fe4ce7..8517850c5b 100644
--- a/tests/auto/declarative/qjsengine/tst_qjsengine.cpp
+++ b/tests/auto/declarative/qjsengine/tst_qjsengine.cpp
@@ -2168,7 +2168,6 @@ void tst_QJSEngine::evaluate()
ret = eng.evaluate(code, /*fileName =*/QString(), lineNumber);
else
ret = eng.evaluate(code);
- QEXPECT_FAIL("/a/gimp", "v8 ignore invalid flags", Abort);
QCOMPARE(eng.hasUncaughtException(), expectHadError);
#if 0 // ###FIXME: No support for the line number of an uncaught exception
QEXPECT_FAIL("f()", "SyntaxError do not report line number", Continue);