Commit 6d9f30b
authored
Adjust error matching predicate during fuzzing (#13206)
Fuzzing over the weekend found a failure where a wasmtime "rhs" failed
with a trap and a wasmtime "lhs" failed with "gc heap not big enough".
This is expected to be effectively equivalent but the method of testing
whether a Wasmtime error is "non deterministic", which running out of GC
heap space basically is, differed slightly with some other code which
led to this differential failure.1 parent 73418eb commit 6d9f30b
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
0 commit comments