Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/crates/test-util/src/
H A Dwast.rs76 Infer(fn(&Path) -> TestConfig),
112 fn spec_test_config(test: &Path) -> TestConfig { in spec_test_config() argument
113 let mut ret = TestConfig::default(); in spec_test_config()
177 fn component_test_config(test: &Path) -> TestConfig { in component_test_config() argument
178 let mut ret = TestConfig::default(); in component_test_config()
236 pub config: TestConfig,
292 pub struct TestConfig {
296 impl TestConfig { impl
308 impl TestConfig { impl
370 pub fn should_fail(&self, config: &TestConfig) -> bool { in should_fail()
H A Dwasmtime_wast.rs26 pub fn apply_test_config(config: &mut Config, test_config: &wast::TestConfig) { in apply_test_config() argument
27 let wast::TestConfig { in apply_test_config()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dpreview1.rs3 pub fn config() -> &'static TestConfig { in config()
4 static TESTCONFIG: OnceLock<TestConfig> = OnceLock::new(); in config()
5 TESTCONFIG.get_or_init(TestConfig::from_env) in config()
129 pub struct TestConfig { struct
144 impl TestConfig { argument
161 TestConfig { in from_env()
/wasmtime-44.0.1/crates/test-macros/src/
H A Dwasmtime_test.rs51 struct TestConfig { struct
53 flags: wasmtime_test_util::wast::TestConfig, argument
56 impl TestConfig { implementation
116 impl Default for TestConfig { implementation
191 let mut test_config = TestConfig::default(); in run()
211 fn expand(test_config: &TestConfig, func: Fn) -> Result<TokenStream> { in expand() argument
/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_symlink_filestat.rs4 use test_programs::preview1::{TestConfig, assert_fs_time_eq, open_scratch_directory};
7 let cfg = TestConfig::from_env(); in test_path_filestat()
H A Dp1_path_filestat.rs5 TestConfig, assert_errno, assert_fs_time_eq, open_scratch_directory,
9 let cfg = TestConfig::from_env(); in test_path_filestat()
H A Dp1_fd_filestat_set.rs5 TestConfig, assert_errno, assert_fs_time_eq, open_scratch_directory,
70 let cfg = TestConfig::from_env(); in test_fd_filestat_set_times()
H A Dp1_path_rename.rs4 use test_programs::preview1::{TestConfig, assert_errno, create_file, open_scratch_directory};
67 if TestConfig::from_env().support_rename_dir_onto_file() { in test_path_rename()
/wasmtime-44.0.1/tests/
H A Ddisas.rs121 struct TestConfig { struct
151 config: TestConfig, argument
175 let config: TestConfig = wasmtime_test_util::wast::parse_test_config(&contents, ";;!") in new()
/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dconfig.rs124 let wasmtime_test_util::wast::TestConfig { in make_wast_test_compliant()