diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-03-26 14:05:07 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-03-26 15:16:50 (GMT) |
commit | f681d8e2ebf774f69f92359d33ff80dd13c1bf87 (patch) | |
tree | 060d676fdaf226058b1454a13d889af78ddbdf88 /tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp | |
parent | 7a11acd536d84ad22ef98a0fdbdb4322a55efafb (diff) | |
download | Qt-f681d8e2ebf774f69f92359d33ff80dd13c1bf87.zip Qt-f681d8e2ebf774f69f92359d33ff80dd13c1bf87.tar.gz Qt-f681d8e2ebf774f69f92359d33ff80dd13c1bf87.tar.bz2 |
Unskip test that used to crash
After updating JavaScriptCore for 4.7 it no longer crashes.
Diffstat (limited to 'tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp')
-rw-r--r-- | tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp index a3dfd6c..5f9a578 100644 --- a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp +++ b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp @@ -255,10 +255,6 @@ tst_Suite::tst_Suite() addTestExclusion("string-case", "V8-specific behavior? (Doesn't pass on SpiderMonkey either)"); -#ifdef Q_CC_MINGW - addTestExclusion("date$", "QTBUG-7698: Date.prototype.setMonth() crashes on win32-g++"); -#endif - #ifdef Q_OS_WINCE addTestExclusion("deep-recursion", "Demands too much memory on WinCE"); addTestExclusion("nested-repetition-count-overflow", "Demands too much memory on WinCE"); |