Skip to main contentModule diagnostic
Source - ExecutionSnapshot
- Snapshot of a single test execution for comparison.
- Mismatch
- A single field mismatch between interpreter and JIT execution.
- ExecStatus
- Summarized execution outcome.
- compare
- Compare two snapshots and return a list of mismatched fields.
- run_interpreter
- Run a single test case with the interpreter, returning an execution snapshot.
- run_jit
- Run a single test case with JIT-compiled functions, returning an execution snapshot.
- snapshot_from_result 🔒
- trace_interpreter
- Re-run a test case with the interpreter and EIP-3155 tracing to stderr.
- ExecResult 🔒