Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: test/test262-es6/testcfg.py

Issue 1001613002: Use path in name for test262-es6 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = []
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698