MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / smoke

Function smoke

crates/fuzzing/src/oracles/diff_spec.rs:154–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152
153 #[test]
154 fn smoke() {
155 if !wasm_spec_interpreter::support_compiled_in() {
156 return;
157 }
158 crate::oracles::engine::smoke_test_engine(|_, config| Ok(SpecInterpreter::new(config)))
159 }
160}

Callers

nothing calls this directly

Calls 4

support_compiled_inFunction · 0.85
smoke_test_engineFunction · 0.85
OkFunction · 0.85
newFunction · 0.50

Tested by

no test coverage detected