Home
last modified time | relevance | path

Searched defs:assert_error_match (Results 1 – 5 of 5) 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