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