| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | test_cat.rs | 3 use crate::subtest::{self, Context, SubTest}; 16 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 24 impl SubTest for TestCat {
|
| H A D | test_print_cfg.rs | 8 use crate::subtest::{self, Context, SubTest}; 16 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 24 impl SubTest for TestPrintCfg {
|
| H A D | test_alias_analysis.rs | 9 use crate::subtest::{Context, SubTest, run_filecheck}; 16 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 24 impl SubTest for TestAliasAnalysis {
|
| H A D | test_legalizer.rs | 6 use crate::subtest::{Context, SubTest, run_filecheck}; 13 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 21 impl SubTest for TestLegalizer {
|
| H A D | test_safepoint.rs | 1 use crate::subtest::{Context, SubTest, run_filecheck}; 8 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 16 impl SubTest for TestSafepoint {
|
| H A D | test_optimize.rs | 10 use crate::subtest::{Context, SubTest, check_precise_output, run_filecheck}; 25 pub fn subtest(parsed: &TestCommand) -> Result<Box<dyn SubTest>> { in subtest() argument 39 impl SubTest for TestOptimize {
|
| H A D | test_verifier.rs | 13 use crate::subtest::{Context, SubTest}; 22 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 30 impl SubTest for TestVerifier {
|
| H A D | test_compile.rs | 5 use crate::subtest::{Context, SubTest, check_precise_output, run_filecheck}; 22 pub fn subtest(parsed: &TestCommand) -> Result<Box<dyn SubTest>> { in subtest() argument 38 impl SubTest for TestCompile {
|
| H A D | test_domtree.rs | 16 use crate::subtest::{Context, SubTest, run_filecheck}; 28 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 36 impl SubTest for TestDomtree {
|
| H A D | test_interpret.rs | 7 use crate::subtest::SubTest; 24 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 32 impl SubTest for TestInterpret {
|
| H A D | test_inline.rs | 11 use crate::subtest::{Context, SubTest, check_precise_output, run_filecheck}; 43 pub fn subtest(parsed: &TestCommand) -> Result<Box<dyn SubTest>> { in subtest() argument 56 impl SubTest for TestInline {
|
| H A D | runone.rs | 4 use crate::subtest::SubTest; 113 tests: &'a [Box<dyn SubTest>], in test_tuples() argument 116 ) -> anyhow::Result<Vec<(&'a dyn SubTest, &'a Flags, Option<&'a dyn TargetIsa>)>> { in test_tuples() argument
|
| H A D | test_run.rs | 7 use crate::subtest::{Context, SubTest}; 22 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 202 impl SubTest for TestRun {
|
| H A D | test_unwind.rs | 5 use crate::subtest::{Context, SubTest, run_filecheck}; 16 pub fn subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn SubTest>> { in subtest() argument 24 impl SubTest for TestUnwind {
|
| H A D | lib.rs | 87 fn new_subtest(parsed: &TestCommand) -> anyhow::Result<Box<dyn subtest::SubTest>> { in new_subtest() argument
|
| H A D | subtest.rs | 54 pub trait SubTest { interface
|