Fix test expectations for i18n.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Sep 2013 12:31:44 +0000 (12:31 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Sep 2013 12:31:44 +0000 (12:31 +0000)
BUG=v8:2893

TBR=jochen@chromium.org

Review URL: https://codereview.chromium.org/23522060

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16788 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/intl/intl.status
test/mozilla/mozilla.status
test/test262/test262.status

index 34610a5..89afb9d 100644 (file)
@@ -34,3 +34,7 @@ general/v8Intl-exists: FAIL
 
 # TODO(jochen): The following test is flaky.
 overrides/caching: PASS || FAIL
+
+# TODO(jochen): These tests started to fail on mac after i18n support was
+# turned on. Need to investigate why.
+collator/default-locale: PASS || FAIL
index cc78ac0..bf1578f 100644 (file)
@@ -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_OK
-ecma_3/Date/15.9.5.5-02: FAIL_OK
+ecma_3/Number/15.7.4.3-02: PASS || FAIL
+ecma_3/Date/15.9.5.5-02: PASS || FAIL
 
 ##################### SKIPPED TESTS #####################
 
index d080e01..1b867fb 100644 (file)
@@ -36,6 +36,10 @@ def FAIL_OK = FAIL, OKAY
 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=691
 11.2.3-3_3: FAIL
 
+# BUG(2893): These tests started to fail after i18n support was turned on. Need
+# to investigate why.
+15.5.4.9_3: PASS || FAIL
+
 ##################### DELIBERATE INCOMPATIBILITIES #####################
 
 # This tests precision of Math functions.  The implementation for those