| Index: test/mjsunit/testcfg.py
|
| ===================================================================
|
| --- test/mjsunit/testcfg.py (revision 7276)
|
| +++ test/mjsunit/testcfg.py (working copy)
|
| @@ -120,7 +120,7 @@
|
| return name.endswith('.js') and name != 'mjsunit.js'
|
| return [f[:-3] for f in os.listdir(path) if SelectTest(f)]
|
|
|
| - def ListTests(self, current_path, path, mode):
|
| + def ListTests(self, current_path, path, mode, variant_flags):
|
| mjsunit = [current_path + [t] for t in self.Ls(self.root)]
|
| regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
|
| bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
|
|
|