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

Unified Diff: test/intl/testcfg.py

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: remove function prototypes for to*Case 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
« no previous file with comments | « test/intl/intl.status ('k') | test/test262/test262.status » ('j') | 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 6e4b4f15df9e5977fa9fcac47de3f1c3d9e98473..628a3983bdd4b99676417c00e9f579d714c54204 100644
--- a/test/intl/testcfg.py
+++ b/test/intl/testcfg.py
@@ -55,7 +55,7 @@ class IntlTestSuite(testsuite.TestSuite):
return tests
def GetFlagsForTestCase(self, testcase, context):
- flags = ["--allow-natives-syntax"] + context.mode_flags
+ flags = ["--allow_natives_syntax"] + context.mode_flags
Dan Ehrenberg 2016/05/05 23:36:57 Nit: No need for this change.
jungshik at Google 2016/05/06 21:51:18 Done.
files = []
files.append(os.path.join(self.root, "assert.js"))
« no previous file with comments | « test/intl/intl.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698