Chromium Code Reviews| Index: test/simdjs/testcfg.py |
| diff --git a/test/simdjs/testcfg.py b/test/simdjs/testcfg.py |
| index cbe880d149dcbb94a8aca6add1879f791bb57a1e..8b781cc94d75e69a1fefcc6ec81b2553a08cce4e 100644 |
| --- a/test/simdjs/testcfg.py |
| +++ b/test/simdjs/testcfg.py |
| @@ -14,8 +14,8 @@ from testrunner.local import testsuite |
| from testrunner.local import utils |
| from testrunner.objects import testcase |
| -SIMDJS_ARCHIVE_REVISION = "99ef44bd4f22acd203c01e524131bc7f2a7eab68" |
| -SIMDJS_ARCHIVE_MD5 = "1428773887924fa5a784bf0843615740" |
| +SIMDJS_ARCHIVE_REVISION = "0fecaab13e57e9be50d87e3fa49b2729838bb75c" |
| +SIMDJS_ARCHIVE_MD5 = "ce25acf841b76624607b39252122bb0e" |
| SIMDJS_URL = ("https://github.com/tc39/ecmascript_simd/archive/%s.tar.gz") |
| SIMDJS_SUITE_PATH = ["data", "src"] |
| @@ -44,7 +44,7 @@ class SimdJsTestSuite(testsuite.TestSuite): |
| def GetFlagsForTestCase(self, testcase, context): |
| return (testcase.flags + context.mode_flags + |
| [os.path.join(self.root, "harness-adapt.js"), |
| - "--harmony", |
| + "--harmony --harmony-simd", |
|
bbudge
2015/08/19 02:48:00
Note: we have only been testing the polyfill until
|
| os.path.join(self.testroot, testcase.path + ".js"), |
| os.path.join(self.root, "harness-finish.js")]) |