Home
last modified time | relevance | path

Searched defs:TestFile (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/cranelift/reader/src/
H A Dtestfile.rs18 pub struct TestFile<'a> { struct
20 pub commands: Vec<TestCommand<'a>>,
22 pub isa_spec: IsaSpec,
24 pub features: Vec<Feature<'a>>,
27 pub preamble_comments: Vec<Comment<'a>>,
29 pub functions: Vec<(Function, Details<'a>)>,
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_run.rs146 testfile: &TestFile, in compile_testfile()
219 testfile: &TestFile, in run_target()
H A Dtest_interpret.rs49 testfile: &TestFile, in run_target()
H A Drunone.rs102 fn verify_testfile(testfile: &TestFile, fisa: FlagsOrIsa) -> anyhow::Result<()> { in verify_testfile()
H A Dsubtest.rs78 testfile: &TestFile, in run_target()