Searched defs:TestFile (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/cranelift/reader/src/ |
| H A D | testfile.rs | 18 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 D | test_run.rs | 146 testfile: &TestFile, in compile_testfile() 219 testfile: &TestFile, in run_target()
|
| H A D | test_interpret.rs | 49 testfile: &TestFile, in run_target()
|
| H A D | runone.rs | 102 fn verify_testfile(testfile: &TestFile, fisa: FlagsOrIsa) -> anyhow::Result<()> { in verify_testfile()
|
| H A D | subtest.rs | 78 testfile: &TestFile, in run_target()
|