Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: test/intl/intl.status

Issue 1812673005: Use ICU case conversion/transliterator for case conversion behind a flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: a bit more tweak with buffer extraction Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/intl/intl.status
diff --git a/test/intl/intl.status b/test/intl/intl.status
index 5ce4bf52afc2c6996ba2e0ffcc7f47d4d797cd99..bfea0bb2a59b1d7577490e0031632fcfb9a5d743 100644
--- a/test/intl/intl.status
+++ b/test/intl/intl.status
@@ -35,5 +35,9 @@
'date-format/parse-mdyhms': [FAIL],
'number-format/parse-decimal': [FAIL],
'number-format/parse-percent': [FAIL],
+
+ # BUG(v8:4476, v8:4477). toLowerCase and toUpperCase fixes
+ # are behind a flag, --icu_case_mapping.
+ #'general/case-mapping': [FAIL],
}], # ALWAYS
]

Powered by Google App Engine
This is Rietveld 408576698