diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-07-02 11:22:10 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-07-02 11:22:10 (GMT) |
commit | c1ac464798858d9a5a3b98bc20f7ef2e98f2d1a1 (patch) | |
tree | 37c785f51af9542dec733faefb95445f0ff144ce /tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp | |
parent | 375e02f6ac39e81e8c67fb82d4bbe4036b4bc33a (diff) | |
download | Qt-c1ac464798858d9a5a3b98bc20f7ef2e98f2d1a1.zip Qt-c1ac464798858d9a5a3b98bc20f7ef2e98f2d1a1.tar.gz Qt-c1ac464798858d9a5a3b98bc20f7ef2e98f2d1a1.tar.bz2 |
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.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp index 77bfeb5..19f5eb7 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 |