| Index: test/test262/testcfg.py
|
| diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py
|
| index e54b58993a586f5a2c46f697efa396f506883de9..66bd6fae131289284fe92d4c66374c7330229cd7 100644
|
| --- a/test/test262/testcfg.py
|
| +++ b/test/test262/testcfg.py
|
| @@ -142,6 +142,8 @@ class Test262TestSuite(testsuite.TestSuite):
|
|
|
| def GetFlagsForTestCase(self, testcase, context):
|
| return (testcase.flags + context.mode_flags + self.harness +
|
| + ([os.path.join(self.root, "harness-agent.js")]
|
| + if testcase.path.startswith('built-ins/Atomics') else []) +
|
| self.GetIncludesForTest(testcase) +
|
| (["--module"] if "module" in self.GetTestRecord(testcase) else []) +
|
| [self.GetPathForTest(testcase)] +
|
|
|