Index: test/test262-es6/testcfg.py |
diff --git a/test/test262-es6/testcfg.py b/test/test262-es6/testcfg.py |
index 5231f385e8e4e5437f836cd3fabdb41d542f24d3..44786f393b6c2d3d1ef49bfd29cc1de9e3aa5acb 100644 |
--- a/test/test262-es6/testcfg.py |
+++ b/test/test262-es6/testcfg.py |
@@ -80,6 +80,7 @@ class Test262TestSuite(testsuite.TestSuite): |
def GetFlagsForTestCase(self, testcase, context): |
return (testcase.flags + context.mode_flags + self.harness + |
self.GetIncludesForTest(testcase) + |
+ ["--harmony"] + ["--harmony-proxies"] + |
Dmitry Lomov (no reviews)
2014/08/25 14:17:10
Let's not enable --harmony-proxies here. Our imple
|
[os.path.join(self.testroot, testcase.path + ".js")]) |
def LoadParseTestRecord(self): |