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

Unified Diff: test/intl/testcfg.py

Issue 1544023002: Call out to ICU for case conversion Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Additional test case Created 5 years 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
« src/runtime/runtime-strings.cc ('K') | « test/intl/general/case-mapping.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intl/testcfg.py
diff --git a/test/intl/testcfg.py b/test/intl/testcfg.py
index 51fa1e1a88d2fe2b350be8b7b16f1db62b9bed88..5c8e27101d97816db53b11ca514e42dd8579625f 100644
--- a/test/intl/testcfg.py
+++ b/test/intl/testcfg.py
@@ -54,7 +54,8 @@ class IntlTestSuite(testsuite.TestSuite):
return tests
def GetFlagsForTestCase(self, testcase, context):
- flags = ["--allow-natives-syntax"] + context.mode_flags
+ flags = ["--allow-natives-syntax", "--icu-case-mapping"] + \
+ context.mode_flags
files = []
files.append(os.path.join(self.root, "assert.js"))
« src/runtime/runtime-strings.cc ('K') | « test/intl/general/case-mapping.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698