Chromium Code Reviews| Index: test/test262/testcfg.py |
| =================================================================== |
| --- test/test262/testcfg.py (revision 8738) |
| +++ test/test262/testcfg.py (working copy) |
| @@ -111,7 +111,7 @@ |
| return tests |
| def GetBuildRequirements(self): |
| - return ['sample', 'sample=shell'] |
| + return ['d8'] |
| def GetTestStatus(self, sections, defs): |
| status_file = join(self.root, 'test262.status') |