Skip to main content

Module diagnostic

Module diagnostic 

Source

Structs§

ExecutionSnapshot
Snapshot of a single test execution for comparison.
Mismatch
A single field mismatch between interpreter and JIT execution.

Enums§

ExecStatus
Summarized execution outcome.

Functions§

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.

Type Aliases§

ExecResult 🔒