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

Issue 1768743002: [libfuzzer] in-vcs corpus support. (Closed)

Created:
4 years, 9 months ago by aizatsky
Modified:
4 years, 9 months ago
Reviewers:
mmoroz, kcc2, davidben, inferno
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[libfuzzer] in-vcs corpus support. Adding corpus attribute to fuzzer_test rule. If present it should be a directory with corpus files. During the build corpus will be archived into <fuzzer>_corpus.zip file next to the <fuzzer> binary. BUG=569020 Committed: https://crrev.com/198e3021415dc3c72087a82c3469b70abcb4afc0 Cr-Commit-Position: refs/heads/master@{#379910}

Patch Set 1 #

Patch Set 2 : nits #

Total comments: 8

Patch Set 3 : review #

Patch Set 4 : fixing unused attribute error #

Patch Set 5 : removing dep from resulting binary #

Patch Set 6 : making sure 2nd build doesn't build anything. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -0 lines) Patch
A testing/libfuzzer/archive_corpus.py View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
M testing/libfuzzer/fuzzer_test.gni View 1 2 3 3 chunks +30 lines, -0 lines 0 comments Download
M third_party/boringssl/BUILD.gn View 1 2 4 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (16 generated)
aizatsky
4 years, 9 months ago (2016-03-04 23:10:10 UTC) #3
mmoroz
https://codereview.chromium.org/1768743002/diff/20001/testing/libfuzzer/archive_corpus.py File testing/libfuzzer/archive_corpus.py (right): https://codereview.chromium.org/1768743002/diff/20001/testing/libfuzzer/archive_corpus.py#newcode3 testing/libfuzzer/archive_corpus.py:3: # Copyright (c) 2015 The Chromium Authors. All rights ...
4 years, 9 months ago (2016-03-07 14:08:55 UTC) #5
davidben
third_party/boringssl lgtm (Oh, excellent. I was going to ask one of you this morning how ...
4 years, 9 months ago (2016-03-07 15:47:00 UTC) #6
mmoroz
On 2016/03/07 15:47:00, davidben wrote: > third_party/boringssl lgtm > > (Oh, excellent. I was going ...
4 years, 9 months ago (2016-03-07 15:50:43 UTC) #7
aizatsky
https://codereview.chromium.org/1768743002/diff/20001/testing/libfuzzer/archive_corpus.py File testing/libfuzzer/archive_corpus.py (right): https://codereview.chromium.org/1768743002/diff/20001/testing/libfuzzer/archive_corpus.py#newcode3 testing/libfuzzer/archive_corpus.py:3: # Copyright (c) 2015 The Chromium Authors. All rights ...
4 years, 9 months ago (2016-03-07 21:42:54 UTC) #8
mmoroz
LGTM, Thanks!
4 years, 9 months ago (2016-03-08 11:11:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768743002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768743002/40001
4 years, 9 months ago (2016-03-08 11:11:50 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/77443)
4 years, 9 months ago (2016-03-08 11:15:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768743002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768743002/60001
4 years, 9 months ago (2016-03-08 18:38:55 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/141300)
4 years, 9 months ago (2016-03-08 19:02:26 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768743002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768743002/80001
4 years, 9 months ago (2016-03-08 19:14:26 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/141325)
4 years, 9 months ago (2016-03-08 19:45:50 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768743002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768743002/100001
4 years, 9 months ago (2016-03-08 20:54:43 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-08 21:33:57 UTC) #29
commit-bot: I haz the power
4 years, 9 months ago (2016-03-08 21:35:57 UTC) #31
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/198e3021415dc3c72087a82c3469b70abcb4afc0
Cr-Commit-Position: refs/heads/master@{#379910}

Powered by Google App Engine
This is Rietveld 408576698