Skip jsoncpp_fuzzer bad build check to let startup crash file. (#2941)

This commit is contained in:
Abhishek Arya 2019-10-11 07:24:06 -07:00 committed by GitHub
parent 4b6cf85eb3
commit 45574e0197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -119,7 +119,7 @@ if [ "$BROKEN_TARGETS_PERCENTAGE" -gt "$ALLOWED_BROKEN_TARGETS_PERCENTAGE" ]; th
# TODO: figure out how to not fail the "special" cases handled below. Those # TODO: figure out how to not fail the "special" cases handled below. Those
# are from "example" and "c-ares" projects and are too small targets to pass. # are from "example" and "c-ares" projects and are too small targets to pass.
if [ "$(ls $OUT/do_stuff_fuzzer $OUT/ares_*_fuzzer $OUT/checksum_fuzzer $OUT/xmltest $OUT/fuzz_compression_sas_rle 2>/dev/null | wc -l)" -gt "0" ]; then if [ "$(ls $OUT/do_stuff_fuzzer $OUT/ares_*_fuzzer $OUT/checksum_fuzzer $OUT/xmltest $OUT/fuzz_compression_sas_rle $OUT/jsoncpp_fuzzer 2>/dev/null | wc -l)" -gt "0" ]; then
exit 0 exit 0
fi fi

View File

@ -4,5 +4,3 @@ sanitizers:
- address - address
- undefined - undefined
- memory - memory
fuzzing_engines:
- libfuzzer