From a5eda99f1f7c47a9a3902c6a9a7b80c6cd86235d Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 18 Sep 2013 10:00:20 +0000 Subject: [PATCH] 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 --- test/mozilla/mozilla.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ##################### -- 2.7.4