Browse Source
Merge pull request #643 from fitzgen/remove-in-repo-fuzz-corpus
Remove in-repo fuzz corpus
pull/646/head
Nick Fitzgerald
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
2 deletions
-
crates/fuzzing/tests/regressions.rs
-
fuzz/.gitignore
-
BIN
fuzz/corpus/compile/1340712d77d3db3c79b4b0c1494df18615485480
|
@ -5,8 +5,7 @@ |
|
|
//! use the Wasm binary by including it via
|
|
|
//! use the Wasm binary by including it via
|
|
|
//! `include_bytes!("./regressions/some-descriptive-name.wasm")`.
|
|
|
//! `include_bytes!("./regressions/some-descriptive-name.wasm")`.
|
|
|
|
|
|
|
|
|
#[allow(unused_imports)] // Until we actually have some regression tests...
|
|
|
use wasmtime_fuzzing::oracles; |
|
|
use wasmtime_fuzzing::*; |
|
|
|
|
|
|
|
|
|
|
|
#[test] |
|
|
#[test] |
|
|
fn instantiate_empty_module() { |
|
|
fn instantiate_empty_module() { |
|
|
|
@ -0,0 +1,2 @@ |
|
|
|
|
|
artifacts |
|
|
|
|
|
corpus |