|
|
Chromium Code Reviews
DescriptionAdd a fuzzer target for MP4 AVCC record parsing
Committed: https://crrev.com/44b5c4dd5ea3f4c91f24476696d3926c9a5c9094
Cr-Commit-Position: refs/heads/master@{#425779}
Patch Set 1 #Patch Set 2 : disable noisy logging #Patch Set 3 : condition target on proprietary codecs #
Messages
Total messages: 24 (11 generated)
The CQ bit was checked by watk@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
watk@chromium.org changed reviewers: + jrummell@chromium.org
PTAL, also, do I have to do anything to make this run on a bot? Or does it get automatically found?
The CQ bit was checked by watk@chromium.org to run a CQ dry run
Nvm, I found the docs :) Disabled the error logging.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
inferno@chromium.org changed reviewers: + inferno@chromium.org
lgtm, this will be auto-archived and then auto-run by clusterfuzz.
lgtm, this will be auto-archived and then auto-run by clusterfuzz.
On 2016/10/08 00:34:57, inferno wrote: > lgtm, this will be auto-archived and then auto-run by clusterfuzz. We also encourage to provide seed corpus to make the bot's live simpler. E.g. like this: https://cs.chromium.org/chromium/src/testing/libfuzzer/fuzzers/woff2_corpus/?...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Exceeded global retry quota
lgtm
Hmm, I didn't consider this. box_definitions.cc is only compiled in when proprietary_codecs = true. Let me see if I can make it build regardless, or whether it depends on too much other stuff.
On 2016/10/11 19:39:52, watk wrote: > Hmm, I didn't consider this. box_definitions.cc is only compiled in when > proprietary_codecs = true. Let me see if I can make it build regardless, or > whether it depends on too much other stuff. Should it be a problem? We use 'proprietary_codecs=true' for building fuzzers. Reproducing instruction also advices to use it: https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/rep...
On 2016/10/12 11:02:21, mmoroz wrote: > On 2016/10/11 19:39:52, watk wrote: > > Hmm, I didn't consider this. box_definitions.cc is only compiled in when > > proprietary_codecs = true. Let me see if I can make it build regardless, or > > whether it depends on too much other stuff. > > Should it be a problem? We use 'proprietary_codecs=true' for building fuzzers. > Reproducing instruction also advices to use it: > https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/rep... Ah, I see, some trybots failed due to that. I think you can simply put fuzzer_test inside if (proprietary_codecs) {} block. An example: https://cs.chromium.org/chromium/src/media/BUILD.gn?type=cs&q=proprietary_cod...
On 2016/10/12 11:04:37, mmoroz wrote: > On 2016/10/12 11:02:21, mmoroz wrote: > > On 2016/10/11 19:39:52, watk wrote: > > > Hmm, I didn't consider this. box_definitions.cc is only compiled in when > > > proprietary_codecs = true. Let me see if I can make it build regardless, or > > > whether it depends on too much other stuff. > > > > Should it be a problem? We use 'proprietary_codecs=true' for building fuzzers. > > Reproducing instruction also advices to use it: > > > https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/rep... > > Ah, I see, some trybots failed due to that. I think you can simply put > fuzzer_test inside if (proprietary_codecs) {} block. An example: > https://cs.chromium.org/chromium/src/media/BUILD.gn?type=cs&q=proprietary_cod... Oh, I didn't realize the fuzzers used proprietary codecs, great. Done.
The CQ bit was checked by watk@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from jrummell@chromium.org, inferno@chromium.org Link to the patchset: https://codereview.chromium.org/2401963003/#ps40001 (title: "condition target on proprietary codecs")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Add a fuzzer target for MP4 AVCC record parsing ========== to ========== Add a fuzzer target for MP4 AVCC record parsing Committed: https://crrev.com/44b5c4dd5ea3f4c91f24476696d3926c9a5c9094 Cr-Commit-Position: refs/heads/master@{#425779} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/44b5c4dd5ea3f4c91f24476696d3926c9a5c9094 Cr-Commit-Position: refs/heads/master@{#425779} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
