Searched refs:assert_error_match (Results 1 – 6 of 6) 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
|
| /wasmtime-44.0.1/crates/fuzzing/src/ |
| H A D | oracles.rs | 595 lhs_engine.assert_error_match(&lhs, &rhs); in new()
|