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

Unified Diff: tools/fuzz-harness.sh

Issue 2528913002: [compiler] Make --debug-code the default in debug builds. (Closed)
Patch Set: Adapt more. 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 | « test/webkit/fast/js/deep-recursion-test.js ('k') | tools/jsfunfuzz/fuzz-harness.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/fuzz-harness.sh
diff --git a/tools/fuzz-harness.sh b/tools/fuzz-harness.sh
index c874d018451730fa8862ab9f062d1349ef696264..01f03538e271a09d0c03659f9f16acf32e412ca8 100755
--- a/tools/fuzz-harness.sh
+++ b/tools/fuzz-harness.sh
@@ -87,7 +87,7 @@ EOF
fi
-flags='--debug-code --expose-gc --verify-gc'
+flags='--expose-gc --verify-gc'
python -u "$jsfunfuzz_dir/jsfunfuzz/multi_timed_run.py" 300 \
"$d8" $flags "$jsfunfuzz_dir/jsfunfuzz/jsfunfuzz.js"
exit_code=$(cat w* | grep " looking good" -c)
« no previous file with comments | « test/webkit/fast/js/deep-recursion-test.js ('k') | tools/jsfunfuzz/fuzz-harness.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698