From: ager@chromium.org Date: Thu, 20 Aug 2009 11:45:18 +0000 (+0000) Subject: Fix mozilla test expectations. Generating a huge error message can X-Git-Tag: upstream/4.7.83~23419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=282240a54b6ef0eab9407f456c4813f7984882ac;p=platform%2Fupstream%2Fv8.git Fix mozilla test expectations. Generating a huge error message can not time out of the 64-bit version because of the larger heap. Review URL: http://codereview.chromium.org/173118 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2732 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status index a1551dc..399c9c6 100644 --- a/test/mozilla/mozilla.status +++ b/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 #####################