| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 1b867fbcdef2ad04c5e4ae891000246027ef4080..4910939f15a8e7c5309d59b2d7b0746dfb94ce57 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -36,9 +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
|
| +# Strings that are considered canonically equivalent by the Unicode standard
|
| +# return a non-zero value on String.prototype.localeCompare calls.
|
| +# V8 Bug: http://code.google.com/p/v8/issues/detail?id=2413
|
| +15.5.4.9_CE: FAIL
|
|
|
| ##################### DELIBERATE INCOMPATIBILITIES #####################
|
|
|
|
|