Searched defs:assert_error_match (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/fuzzing/src/oracles/ |
| H A D | diff_spec.rs | 47 fn assert_error_match(&self, err: &Error, trap: &Trap) { in assert_error_match() method
|
| H A D | engine.rs | 62 fn assert_error_match(&self, err: &Error, trap: &Trap); in assert_error_match() method
|
| H A D | diff_wasmi.rs | 82 fn assert_error_match(&self, lhs: &Error, rhs: &Trap) { in assert_error_match() method
|
| H A D | diff_wasmtime.rs | 59 fn assert_error_match(&self, lhs: &Error, rhs: &Trap) { in assert_error_match() method
|
| H A D | diff_v8.rs | 80 fn assert_error_match(&self, err: &Error, wasmtime: &Trap) { in assert_error_match() method
|