Disable the cranelift-fuzzgen fuzz targets (#4391)
Consulting oss-fuzz it looks like these fuzz targets are crashing 100% of the time partly due to #3347 I believe. Until that's fixed this hopes to reclaim the time used on oss-fuzz for other fuzzers to make progress.
This commit is contained in:
@@ -85,17 +85,22 @@ path = "fuzz_targets/compile-maybe-invalid.rs"
|
|||||||
test = false
|
test = false
|
||||||
doc = false
|
doc = false
|
||||||
|
|
||||||
[[bin]]
|
# FIXME: the cranelift-fuzzgen fuzz targets are temporarily disabled until
|
||||||
name = "cranelift-fuzzgen"
|
# the crashes they're finding are fixed. One issue is #3347 but otherwise the
|
||||||
path = "fuzz_targets/cranelift-fuzzgen.rs"
|
# oss-fuzz bots are reporting a 100% crash rate with these fuzzers so there may
|
||||||
test = false
|
# be more issues as well. It's recommended to locally run these fuzzers for a
|
||||||
doc = false
|
# few hours locally before re-enabling.
|
||||||
|
# [[bin]]
|
||||||
|
# name = "cranelift-fuzzgen"
|
||||||
|
# path = "fuzz_targets/cranelift-fuzzgen.rs"
|
||||||
|
# test = false
|
||||||
|
# doc = false
|
||||||
|
|
||||||
[[bin]]
|
# [[bin]]
|
||||||
name = "cranelift-fuzzgen-verify"
|
# name = "cranelift-fuzzgen-verify"
|
||||||
path = "fuzz_targets/cranelift-fuzzgen-verify.rs"
|
# path = "fuzz_targets/cranelift-fuzzgen-verify.rs"
|
||||||
test = false
|
# test = false
|
||||||
doc = false
|
# doc = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "instantiate-many"
|
name = "instantiate-many"
|
||||||
|
|||||||
Reference in New Issue
Block a user