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

Unified Diff: test/webkit/fast/js/string-capitalization-expected.txt

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: working with icu-case-mapping.js manually compiled in; gyp change not picking it up 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/fast/js/string-capitalization-expected.txt
diff --git a/test/webkit/fast/js/string-capitalization-expected.txt b/test/webkit/fast/js/string-capitalization-expected.txt
index 817db11133877c49a659d52b7a1254562d97a2b1..8d23c0e1f94929b16d0d64b7bbf9f22251363aca 100644
--- a/test/webkit/fast/js/string-capitalization-expected.txt
+++ b/test/webkit/fast/js/string-capitalization-expected.txt
@@ -26,8 +26,8 @@ This test checks that toLowerCase and toUpperCase handle certain non-trivial cas
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL String("A𐐀").toLowerCase() should be a𐐨. Was a𐐀.
-FAIL String("a𐐨").toUpperCase() should be A𐐀. Was A𐐨.
+PASS String("A𐐀").toLowerCase() is "a𐐨"
+PASS String("a𐐨").toUpperCase() is "A𐐀"
PASS String("ΚΟΣΜΟΣ ΚΟΣΜΟΣ").toLowerCase() is "κοσμος κοσμος"
PASS String("ß").toUpperCase() is "SS"
PASS String("ʼn").toUpperCase() is "ʼN"

Powered by Google App Engine
This is Rietveld 408576698