Chromium Code Reviews| Index: test/test262-es6/testcfg.py |
| diff --git a/test/test262-es6/testcfg.py b/test/test262-es6/testcfg.py |
| index 0a894104a2f59371244805930755c7606856e248..83f7de06d8502cb63b7ed1f71598ad2fed788418 100644 |
| --- a/test/test262-es6/testcfg.py |
| +++ b/test/test262-es6/testcfg.py |
| @@ -58,7 +58,7 @@ class Test262TestSuite(testsuite.TestSuite): |
| self.ParseTestRecord = None |
| def CommonTestName(self, testcase): |
|
Jakob Kummerow
2015/03/11 21:14:10
Just drop the method definition to fall back to th
arv (Not doing code reviews)
2015/03/11 21:20:33
Done. Thanks.
|
| - return testcase.path.split(os.path.sep)[-1] |
| + return testcase.path |
| def ListTests(self, context): |
| tests = [] |