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

Unified Diff: test/message/testcfg.py

Issue 1469383004: Run all message tests with a variant that forces preparsing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | tools/testrunner/local/testsuite.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/testcfg.py
diff --git a/test/message/testcfg.py b/test/message/testcfg.py
index bc73510c097bfc1d66c28c1cff653c86494ca781..7c53041016c8023fa1c132298a44a5303185a75a 100644
--- a/test/message/testcfg.py
+++ b/test/message/testcfg.py
@@ -59,6 +59,10 @@ class MessageTestSuite(testsuite.TestSuite):
tests.append(test)
return tests
+ def CreateVariantGenerator(self, variants):
+ return super(MessageTestSuite, self).CreateVariantGenerator(
+ variants + ["preparser"])
+
def GetFlagsForTestCase(self, testcase, context):
source = self.GetSourceForTest(testcase)
result = []
« no previous file with comments | « no previous file | tools/testrunner/local/testsuite.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698