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

Unified Diff: tools/run-tests.py

Issue 1604203002: Add a library suitable for libfuzzer with a small unit test runner shell (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« build/all.gyp ('K') | « test/fuzzer/parser_fuzzer.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index fe8091efb36ed1c50adb666df39b0f80a65d1692..9cd7ecba775001d6deb91c1f4594dc8054cdb7ea 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -68,6 +68,7 @@ TEST_MAP = {
"preparser",
"intl",
"unittests",
+ "parser_fuzzer",
Michael Achenbach 2016/01/20 10:47:17 This list only supports toplevel entries in v8/tes
],
"default": [
"mjsunit",
@@ -76,6 +77,7 @@ TEST_MAP = {
"preparser",
"intl",
"unittests",
+ "parser_fuzzer",
],
"ignition": [
"mjsunit",
« build/all.gyp ('K') | « test/fuzzer/parser_fuzzer.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698