Searched refs:test_prolog (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/cache/src/config/ |
| H A D | tests.rs | 11 pub fn test_prolog() -> (TempDir, PathBuf, PathBuf) { in test_prolog() function 39 let (_td, cd, cp) = test_prolog(); in test_unrecognized_settings() 59 let (_td, cd, cp) = test_prolog(); in test_all_settings() 126 let (_td, cd, cp) = test_prolog(); in test_compression_level_settings() 159 let (_td, cd, cp) = test_prolog(); in test_si_prefix_settings() 225 let (_td, cd, cp) = test_prolog(); in test_disk_space_settings() 316 let (_td, cd, cp) = test_prolog(); in test_duration_settings() 405 let (_td, cd, cp) = test_prolog(); in test_percent_settings() 462 let (_td, _cd, cp) = test_prolog(); in test_builder_default() 518 let (_td, cd, _cp) = test_prolog(); in test_builder_all_settings()
|
| /wasmtime-44.0.1/crates/cache/src/worker/ |
| H A D | tests.rs | 2 use crate::config::tests::test_prolog; 13 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_get_create_stats_file() 38 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_get_update_usage_counter() 70 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_get_recompress_no_mod_file() 110 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_get_recompress_with_mod_file() 183 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_get_recompress_lock() 251 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_update_fresh_stats_file() 298 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_update_cleanup_limits_trash_locks() 437 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_update_cleanup_lru_policy() 567 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_on_update_cleanup_future_files() [all …]
|
| /wasmtime-44.0.1/crates/cache/src/ |
| H A D | tests.rs | 1 use super::config::tests::test_prolog; 12 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_cache_init() 44 let (_tempdir, cache_dir, config_path) = test_prolog(); in test_write_read_cache()
|