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

Unified Diff: test/webkit/webkit.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/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index ed523783183ffe6f53d3c8bbe0f9a0aa77b46565..0ab809ff426c7d3efa588a900da5a2604cfc724d 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -37,6 +37,9 @@
'fast/js/deep-recursion-test': [PASS, NO_VARIANTS],
# Irregexp interpreter overflows stack. We should just not crash.
'fast/js/regexp-stack-overflow': [PASS, FAIL],
+
+ # BUG(v8:4476): fixed but still behind a flag, icu_case_mapping
+ 'fast/js/string-capitalization': [FAIL],
Dan Ehrenberg 2016/05/03 17:58:17 I'd rather you not check this in. Instead, change
jungshik at Google 2016/05/03 22:16:00 Done.
}], # ALWAYS
['mode == debug', {
# Too slow in debug mode.
« src/runtime/runtime-i18n.cc ('K') | « test/webkit/fast/js/string-capitalization-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698