Chromium Code Reviews| 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"] + \ |
|
Dan Ehrenberg
2016/03/17 20:38:36
BTW other testcfg.py's have support for a // Flags
jungshik at Google
2016/04/08 18:09:33
I'm not sure what you meant.
$ find . -name te
Dan Ehrenberg
2016/04/08 21:13:46
No, Flags is used in test cases, but implemented i
|
| + context.mode_flags |
| files = [] |
| files.append(os.path.join(self.root, "assert.js")) |