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

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: updates 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
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index fe8091efb36ed1c50adb666df39b0f80a65d1692..c0f83f346dbbc0729f4ffe1496d5cc6571f36e9c 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -68,6 +68,7 @@ TEST_MAP = {
"preparser",
"intl",
"unittests",
+ "fuzzer",
Michael Achenbach 2016/01/25 15:05:53 This is currently ordered by expected slowest -> f
],
"default": [
"mjsunit",
@@ -76,6 +77,7 @@ TEST_MAP = {
"preparser",
"intl",
"unittests",
+ "fuzzer",
],
"ignition": [
"mjsunit",

Powered by Google App Engine
This is Rietveld 408576698