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

Issue 10407094: Add harness script for JavaScript language fuzzer. (Closed)

Created:
8 years, 7 months ago by Michael Starzinger
Modified:
8 years, 7 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Add harness script for JavaScript language fuzzer. R=jkummerow@chromium.org TEST=tools/fuzz-harness.sh Committed: https://code.google.com/p/v8/source/detail?r=11624

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fixed typo. #

Patch Set 3 : Addressed comments by Jakob Kummerow. #

Total comments: 1

Patch Set 4 : Addressed nit by Jakob Kummerow. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -0 lines) Patch
A tools/fuzz-harness.sh View 1 2 3 1 chunk +78 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
8 years, 7 months ago (2012-05-22 13:27:14 UTC) #1
Jakob Kummerow
https://chromiumcodereview.appspot.com/10407094/diff/1/tools/fuzz-harness.sh File tools/fuzz-harness.sh (right): https://chromiumcodereview.appspot.com/10407094/diff/1/tools/fuzz-harness.sh#newcode40 tools/fuzz-harness.sh:40: jsfunfuzz_file=$v8_root/tools/jsfunfuzz.zip Please put quotes around any variables containing paths ...
8 years, 7 months ago (2012-05-22 14:12:01 UTC) #2
Michael Starzinger
https://chromiumcodereview.appspot.com/10407094/diff/1/tools/fuzz-harness.sh File tools/fuzz-harness.sh (right): https://chromiumcodereview.appspot.com/10407094/diff/1/tools/fuzz-harness.sh#newcode40 tools/fuzz-harness.sh:40: jsfunfuzz_file=$v8_root/tools/jsfunfuzz.zip On 2012/05/22 14:12:01, Jakob wrote: > Please put ...
8 years, 7 months ago (2012-05-22 15:04:33 UTC) #3
Jakob Kummerow
8 years, 7 months ago (2012-05-22 15:11:36 UTC) #4
LGTM.

https://chromiumcodereview.appspot.com/10407094/diff/6001/tools/fuzz-harness.sh
File tools/fuzz-harness.sh (right):

https://chromiumcodereview.appspot.com/10407094/diff/6001/tools/fuzz-harness....
tools/fuzz-harness.sh:73: exit_code=$((exit_code-100))
nit: $((100-exit_code)) to make it >=0 ?

Powered by Google App Engine
This is Rietveld 408576698