]> git.ipfire.org Git - thirdparty/qemu.git/commit
fuzz: only use generic-fuzz targets on oss-fuzz
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 23 Jun 2022 12:55:05 +0000 (08:55 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Jul 2022 09:03:36 +0000 (11:03 +0200)
commit0e76929d6539a609a49bac09c27444ef576fa74a
tree93543289e3616342a598a8a4ee171f03186061c5
parente56d09702834cf61342b71892ba25252d6c0ecf1
fuzz: only use generic-fuzz targets on oss-fuzz

The non-generic-fuzz targets often time-out, or run out of memory.
Additionally, they create unreproducible bug-reports. It is possible
that this is resulting in failing coverage-reports on OSS-Fuzz. In the
future, these test-cases should be fixed, or removed.

Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20220623125505.2137534-1-alxndr@bu.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/oss-fuzz/build.sh