Index: test/test262/test262.status |
diff --git a/test/test262/test262.status b/test/test262/test262.status |
index 081c489a3b88d6b1af67bd761463a3a89ca2df4f..a466a8cb269f353786cf10f6a11a27037d5b27e0 100644 |
--- a/test/test262/test262.status |
+++ b/test/test262/test262.status |
@@ -36,6 +36,9 @@ |
# Unicode canonicalization is not available with i18n turned off. |
'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], |
+ # Unicode regexp case mapping is not available with i18n turned off. |
+ 'language/literals/regexp/u-case-mapping': [['no_i18n', SKIP]], |
Michael Achenbach
2016/01/29 10:24:00
So is this a bug? It's in the bugs section, but ha
|
+ |
###################### NEEDS INVESTIGATION ####################### |
# Possibly same cause as S8.5_A2.1, below: floating-point tests. |