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

Unified Diff: tools/testrunner/local/testsuite.py

Issue 2567603002: [test] Add mksnapshot stress test suite
Patch Set: [test] Add mksnapshot stress test suite Created 4 years 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 | « tools/run-tests.py ('k') | tools/testrunner/local/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testrunner/local/testsuite.py
diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py
index f7fa19b20a0b5ce18abe0cd934fbbe12145291b8..dbefc4ff03683565d575017c2f6c5a40c4548881 100644
--- a/tools/testrunner/local/testsuite.py
+++ b/tools/testrunner/local/testsuite.py
@@ -98,6 +98,12 @@ class TestSuite(object):
def status_file(self):
return "%s/%s.status" % (self.root, self.name)
+ def Setup(self):
+ pass
+
+ def TearDown(self):
+ pass
+
# Used in the status file and for stdout printing.
def CommonTestName(self, testcase):
if utils.IsWindows():
« no previous file with comments | « tools/run-tests.py ('k') | tools/testrunner/local/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698