Index: test/test262/test262.status |
diff --git a/test/test262/test262.status b/test/test262/test262.status |
index 06b43c717e85e58a139523c8d40e1bb4cd0338ed..06e32ae38b403970b3e1d77ca769fdfae239bb50 100644 |
--- a/test/test262/test262.status |
+++ b/test/test262/test262.status |
@@ -39,6 +39,11 @@ S15.12.2_A1: FAIL |
# V8 Bug: http://code.google.com/p/v8/issues/detail?id=691 |
11.2.3-3_3: 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 ##################### |
# This tests precision of Math.tan and Math.sin. The implementation for those |