summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-07-02 13:22:10 +0200
committerKent Hansen <khansen@trolltech.com>2009-07-02 13:22:10 +0200
commitc1ac464798858d9a5a3b98bc20f7ef2e98f2d1a1 (patch)
tree37c785f51af9542dec733faefb95445f0ff144ce /tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
parent375e02f6ac39e81e8c67fb82d4bbe4036b4bc33a (diff)
skip some of the V8 tests so autotest doesn't hang
With the JSC backend, these tests hang (in debug and non-JIT mode, at least).
Diffstat (limited to 'tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp')
-rw-r--r--tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
index 77bfeb5f05..19f5eb7076 100644
--- a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
+++ b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
@@ -245,6 +245,10 @@ tst_Suite::tst_Suite()
addTestExclusion("debug-*", "not applicable");
addTestExclusion("mirror-*", "not applicable");
+ addTestExclusion("array-concat", "Hangs on JSC backend");
+ addTestExclusion("array-splice", "Hangs on JSC backend");
+ addTestExclusion("sparse-array-reverse", "Hangs on JSC backend");
+
addTestExclusion("string-case", "V8-specific behavior? (Doesn't pass on SpiderMonkey either)");
#ifdef Q_OS_WINCE