cranelift-fuzzgen-verify is redundant with cranelift-fuzzgen (#4411)
The compile step that cranelift-fuzzgen does also triggers IR verification. So all bugs that cranelift-fuzzgen-verify could catch are also caught by cranelift-fuzzgen. Removing redundant fuzzers lets us spend limited fuzz-testing CPU time budgets better.
This commit is contained in:
@@ -96,12 +96,6 @@ doc = false
|
||||
# test = false
|
||||
# doc = false
|
||||
|
||||
# [[bin]]
|
||||
# name = "cranelift-fuzzgen-verify"
|
||||
# path = "fuzz_targets/cranelift-fuzzgen-verify.rs"
|
||||
# test = false
|
||||
# doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "instantiate-many"
|
||||
path = "fuzz_targets/instantiate-many.rs"
|
||||
|
||||
Reference in New Issue
Block a user