From: jochen@chromium.org Date: Wed, 18 Sep 2013 10:00:20 +0000 (+0000) Subject: Mark mozilla tests as flaky instead of failing X-Git-Tag: upstream/4.7.83~12440 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5eda99f1f7c47a9a3902c6a9a7b80c6cd86235d;p=platform%2Fupstream%2Fv8.git Mark mozilla tests as flaky instead of failing Apparently, they work on windows BUG=v8:2893 TBR=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/23583046 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16787 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status index c9a5f37..cc78ac0 100644 --- a/test/mozilla/mozilla.status +++ b/test/mozilla/mozilla.status @@ -49,8 +49,8 @@ def FAIL_OK = FAIL, OKAY # BUG(2893): These tests started to fail after i18n support was turned on. Need # to investigate why. -ecma_3/Number/15.7.4.3-02: FAIL -ecma_3/Date/15.9.5.5-02: FAIL +ecma_3/Number/15.7.4.3-02: FAIL_OK +ecma_3/Date/15.9.5.5-02: FAIL_OK ##################### SKIPPED TESTS #####################