Create fuzzer for RasterDecoder |
|||
Issue descriptionNeed this before we enable it.
,
Apr 5 2018
Should be able to copy-and-paste from existing fuzzer as needed. https://cs.chromium.org/chromium/src/gpu/command_buffer/tests/fuzzer_main.cc
,
May 16 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a210e801d2389b72e762a446be8651700a71b330 commit a210e801d2389b72e762a446be8651700a71b330 Author: Jonathan Backer <backer@chromium.org> Date: Wed May 16 13:30:27 2018 Cluster fuzz RasterDecoder Bug: 829469 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Idc108797849100053d534c014538b602345f26df Reviewed-on: https://chromium-review.googlesource.com/1060028 Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#559061} [modify] https://crrev.com/a210e801d2389b72e762a446be8651700a71b330/gpu/BUILD.gn [modify] https://crrev.com/a210e801d2389b72e762a446be8651700a71b330/gpu/command_buffer/tests/fuzzer_main.cc
,
May 16 2018
Commment from piman@ on CL: Have you looked into priming the clusterfuzz bucket in google storage with a seed corpus to get initial coverage? I will do that before closing this bug.
,
Jun 4 2018
I added some seeds generated from cc_unittests and gpu_unittests. It's possible that the cc_unittests seeds (which are based on OOP-R) aren't doing much because the transfer cache isn't initialized.
,
Jun 7 2018
I got a couple of clusterfuzz bugs shortly after seeding. So I'm going to mark this as fixed for now. |
|||
►
Sign in to add a comment |
|||
Comment 1 by backer@chromium.org
, Apr 5 2018