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

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: Address Yang's comment. the feature is now harmony_in_progress instead of harmony_staged Created 4 years, 7 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 02ee26bc56c097893e8e8abdbbb3b60f00eea6eb..0ca910492898daad2e64d3310491c425a55a0d39 100644
--- a/test/intl/intl.status
+++ b/test/intl/intl.status
@@ -35,6 +35,10 @@
'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
['arch == arm64 and mode == debug and simulator_run == True', {

Powered by Google App Engine
This is Rietveld 408576698