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

Unified Diff: test/fuzzer/testcfg.py

Issue 1655853002: [regexp] add fuzzer support for regexp parser and compiler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix fuzzer.gyp Created 4 years, 11 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/fuzzer/regexp/test24 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/testcfg.py
diff --git a/test/fuzzer/testcfg.py b/test/fuzzer/testcfg.py
index 40e5e10b1dfca0e57b343646501e8e48d487e66b..1ea93220bd92070469c83b1808d69262819f6b2d 100644
--- a/test/fuzzer/testcfg.py
+++ b/test/fuzzer/testcfg.py
@@ -9,7 +9,7 @@ from testrunner.objects import testcase
class FuzzerTestSuite(testsuite.TestSuite):
- SUB_TESTS = ( 'parser', )
+ SUB_TESTS = ( 'parser', 'regexp', )
def __init__(self, name, root):
super(FuzzerTestSuite, self).__init__(name, root)
« no previous file with comments | « test/fuzzer/regexp/test24 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698