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

Unified Diff: test/inspector/testcfg.py

Issue 2420093002: [wasm] Add inspector test for stack traces (Closed)
Patch Set: Created 4 years, 2 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/inspector/debugger/wasm-stack-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/testcfg.py
diff --git a/test/inspector/testcfg.py b/test/inspector/testcfg.py
index 6995669a1592ee824cf447cadab2957ceab6665b..9f4e98c74179626139e253f04529c5e2777f39fb 100644
--- a/test/inspector/testcfg.py
+++ b/test/inspector/testcfg.py
@@ -44,7 +44,7 @@ class InspectorProtocolTestSuite(testsuite.TestSuite):
testname = testcase.path.split(os.path.sep)[-1]
testfilename = os.path.join(self.root, testcase.path + self.suffix())
protocoltestfilename = os.path.join(self.root, PROTOCOL_TEST_JS)
- return [ protocoltestfilename, testfilename ] + flags
+ return flags + [ protocoltestfilename, testfilename ]
Yang 2016/10/17 09:08:13 Can we have a separate way of adding additional te
Clemens Hammacher 2016/10/17 09:41:04 Yeah, probably a good idea. This way we can also f
def GetSourceForTest(self, testcase):
filename = os.path.join(self.root, testcase.path + self.suffix())
« no previous file with comments | « test/inspector/debugger/wasm-stack-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698