Cc: -noel@chromium.org Owner: noel@chromium.org Status: Started (was: Untriaged)
Reproduced the bug locally with a DEBUG build of the qcms fuzzer.
Some assert() conditions in qcms are advisory only: they are not real errors and the code returns a failure code in all cases right after such asserts().
Fix is to disable assert() like these when running in the qcms fuzzer. However, other assert() in qcms code are real errors: we should leave those alone.
Lemme fix it ...
Comment 1 by mummare...@chromium.org
, Apr 14 2017Components: Blink>Image
Labels: Test-Predator-Wrong M-59