Home
last modified time | relevance | path

Searched refs:assert_error_match (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Ddiff_spec.rs47 fn assert_error_match(&self, err: &Error, trap: &Trap) { in assert_error_match() method
H A Dengine.rs62 fn assert_error_match(&self, err: &Error, trap: &Trap); in assert_error_match() method
H A Ddiff_wasmi.rs82 fn assert_error_match(&self, lhs: &Error, rhs: &Trap) { in assert_error_match() method
H A Ddiff_wasmtime.rs59 fn assert_error_match(&self, lhs: &Error, rhs: &Trap) { in assert_error_match() method
H A Ddiff_v8.rs80 fn assert_error_match(&self, err: &Error, wasmtime: &Trap) { in assert_error_match() method
/wasmtime-44.0.1/crates/fuzzing/src/
H A Doracles.rs595 lhs_engine.assert_error_match(&lhs, &rhs); in new()