diff options
author | Ryan <ry@tinyclouds.org> | 2009-08-21 13:13:04 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-08-21 13:13:04 +0200 |
commit | 048a1b8b9e5184f959ce924e76c61f8cd9e91089 (patch) | |
tree | 564bc754e09e25209b5ab28aa0b6880f23feb0eb /deps/v8/test/mozilla | |
parent | 90ac9ab078926fb11a3b1ce5f155caec230e0250 (diff) | |
download | node-048a1b8b9e5184f959ce924e76c61f8cd9e91089.tar.gz |
Upgrade v8 to 1.3.6
Diffstat (limited to 'deps/v8/test/mozilla')
-rw-r--r-- | deps/v8/test/mozilla/mozilla.status | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/v8/test/mozilla/mozilla.status b/deps/v8/test/mozilla/mozilla.status index a1551dcdd..399c9c604 100644 --- a/deps/v8/test/mozilla/mozilla.status +++ b/deps/v8/test/mozilla/mozilla.status @@ -624,7 +624,6 @@ js1_5/extensions/regress-333541: FAIL_OK js1_5/extensions/regress-335700: FAIL_OK js1_5/extensions/regress-336409-1: FAIL_OK js1_5/extensions/regress-336409-2: FAIL_OK -js1_5/extensions/regress-336410-1: FAIL_OK js1_5/extensions/regress-336410-2: FAIL_OK js1_5/extensions/regress-341956-01: FAIL_OK js1_5/extensions/regress-341956-02: FAIL_OK @@ -706,6 +705,11 @@ js1_5/extensions/toLocaleFormat-02: FAIL_OK js1_5/extensions/regress-330569: TIMEOUT js1_5/extensions/regress-351448: TIMEOUT js1_5/extensions/regress-342960: FAIL_OK || TIMEOUT if $mode == debug +# In the 64-bit version, this test takes longer to run out of memory +# than it does in the 32-bit version when attempting to generate a huge +# error message in debug mode. +js1_5/extensions/regress-336410-1: FAIL_OK || TIMEOUT if ($mode == debug && $arch == x64) + ##################### DECOMPILATION TESTS ##################### |