From 45574e0197d56398a75df1d683da5cb612f657af Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Fri, 11 Oct 2019 07:24:06 -0700 Subject: [PATCH] Skip jsoncpp_fuzzer bad build check to let startup crash file. (#2941) --- infra/base-images/base-runner/test_all | 2 +- projects/jsoncpp/project.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/base-images/base-runner/test_all b/infra/base-images/base-runner/test_all index 2e49b75ef..6facfd91b 100755 --- a/infra/base-images/base-runner/test_all +++ b/infra/base-images/base-runner/test_all @@ -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 # 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 fi diff --git a/projects/jsoncpp/project.yaml b/projects/jsoncpp/project.yaml index d0f1f887e..4aa53e0b3 100644 --- a/projects/jsoncpp/project.yaml +++ b/projects/jsoncpp/project.yaml @@ -4,5 +4,3 @@ sanitizers: - address - undefined - memory -fuzzing_engines: - - libfuzzer \ No newline at end of file