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

Issue 2520983002: [libfuzzer] Turn warnings from zipfile into errors while archiving seed corpus. (Closed)

Created:
4 years ago by mmoroz
Modified:
4 years ago
CC:
chromium-reviews, fuzzing_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[libfuzzer] Turn warnings from zipfile into errors while archiving seed corpus. R=aizatsky@chromium.org, inferno@chromium.org, ochang@chromium.org, thakis@chromium.org BUG=653920 Committed: https://crrev.com/0aa34793db987eec0518583d2a03f72ce9be8f4a Cr-Commit-Position: refs/heads/master@{#435903}

Patch Set 1 #

Patch Set 2 : Turn warnings into errors and interrupt the build. #

Patch Set 3 : Rebase onto fresh master. #

Patch Set 4 : Rebase. #

Patch Set 5 : Use unique names inside archive. #

Patch Set 6 : Rebase. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M testing/libfuzzer/archive_corpus.py View 1 2 3 4 2 chunks +8 lines, -2 lines 1 comment Download

Messages

Total messages: 34 (11 generated)
mmoroz
4 years ago (2016-11-21 17:06:48 UTC) #1
inferno
I don't understand why do we have duplicate files in first place ? That seems ...
4 years ago (2016-11-21 19:27:16 UTC) #2
mmoroz
On 2016/11/21 19:27:16, inferno wrote: > I don't understand why do we have duplicate files ...
4 years ago (2016-11-21 22:52:09 UTC) #3
Nico
On Mon, Nov 21, 2016 at 2:27 PM, <inferno@chromium.org> wrote: > I don't understand why ...
4 years ago (2016-11-21 22:55:47 UTC) #4
mmoroz
On 2016/11/21 22:55:47, Nico wrote: > On Mon, Nov 21, 2016 at 2:27 PM, <mailto:inferno@chromium.org> ...
4 years ago (2016-11-22 07:53:01 UTC) #5
mmoroz
On 2016/11/22 07:53:01, mmoroz wrote: > On 2016/11/21 22:55:47, Nico wrote: > > On Mon, ...
4 years ago (2016-11-22 11:30:59 UTC) #7
mmoroz
On 2016/11/22 11:30:59, mmoroz wrote: > On 2016/11/22 07:53:01, mmoroz wrote: > > On 2016/11/21 ...
4 years ago (2016-11-23 11:12:15 UTC) #8
inferno
lgtm
4 years ago (2016-11-23 17:19:21 UTC) #9
Nico
lgtm
4 years ago (2016-11-23 17:21:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2520983002/40001
4 years ago (2016-11-23 19:54:38 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/197731) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years ago (2016-11-23 20:28:11 UTC) #14
mmoroz
On 2016/11/23 20:28:11, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-11-24 10:37:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2520983002/60001
4 years ago (2016-11-24 10:45:05 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/198196)
4 years ago (2016-11-24 15:08:42 UTC) #20
Nico
No, most bots don't do clobber builds. On Nov 24, 2016 10:08 AM, "commit-bot@chromium.org via ...
4 years ago (2016-11-24 19:36:24 UTC) #21
mmoroz
On 2016/11/24 19:36:24, Nico wrote: > No, most bots don't do clobber builds. > > ...
4 years ago (2016-11-29 13:08:07 UTC) #22
mmoroz
https://codereview.chromium.org/2520983002/diff/100001/testing/libfuzzer/archive_corpus.py File testing/libfuzzer/archive_corpus.py (right): https://codereview.chromium.org/2520983002/diff/100001/testing/libfuzzer/archive_corpus.py#newcode40 testing/libfuzzer/archive_corpus.py:40: arcname = '%016d' % i I thought to use ...
4 years ago (2016-11-29 13:53:41 UTC) #23
aizatsky
Max, libfuzzer now reads the corpus recursively. I believe we can simply zip everything with ...
4 years ago (2016-11-29 19:59:53 UTC) #24
mmoroz
On 2016/11/29 19:59:53, aizatsky wrote: > Max, libfuzzer now reads the corpus recursively. I believe ...
4 years ago (2016-11-29 20:41:04 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2520983002/100001
4 years ago (2016-12-02 09:44:54 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-02 10:08:26 UTC) #31
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/0aa34793db987eec0518583d2a03f72ce9be8f4a Cr-Commit-Position: refs/heads/master@{#435903}
4 years ago (2016-12-02 10:11:18 UTC) #33
inferno
4 years ago (2016-12-02 14:39:04 UTC) #34
Message was sent while issue was closed.
lgtm, since these are corpus files, just numbered names are ok.

Powered by Google App Engine
This is Rietveld 408576698