/DADK/dadk-user/src/ |
H A D | context.rs | 106 fn base_context(&self) -> &BaseGlobalTestContext; in cache_dir() 114 fn default_test_execute_context_builder(base_context: &BaseGlobalTestContext) -> Self { in execute_context() 116 .sysroot_dir(Some(base_context.fake_dragonos_sysroot())) 119 .cache_dir(Some(base_context.fake_dadk_cache_root())) 120 .base_test_context(Some(base_context.clone())) in default_test_execute_context_builder() 143 let base_context = BaseGlobalTestContext::setup(); in setup() 145 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 147 .config_dir(Some(base_context.config_v1_dir())) in setup() 164 let base_context = BaseGlobalTestContext::setup(); in setup() 166 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 112 fn base_context(&self) -> &BaseTestContext; base_context() method 139 let base_context = BaseTestContext::setup(); setup() localVariable 160 let base_context = BaseTestContext::setup(); setup() localVariable [all...] |
H A D | context.rs | 106 fn base_context(&self) -> &BaseGlobalTestContext; 114 fn default_test_execute_context_builder(base_context: &BaseGlobalTestContext) -> Self { 116 .sysroot_dir(Some(base_context.fake_dragonos_sysroot())) in default_test_execute_context_builder() 119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder() 120 .base_test_context(Some(base_context.clone())) in default_test_execute_context_builder() 143 let base_context = BaseGlobalTestContext::setup(); in setup() 145 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 147 .config_dir(Some(base_context.config_v1_dir())) 164 let base_context = BaseGlobalTestContext::setup(); in setup() 166 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 108 fn base_context(&self) -> &BaseTestContext; base_context() method 135 let base_context = BaseTestContext::setup(); setup() localVariable 156 let base_context = BaseTestContext::setup(); setup() localVariable [all...] |
H A D | context.rs | 106 fn base_context(&self) -> &BaseGlobalTestContext; 114 fn default_test_execute_context_builder(base_context: &BaseGlobalTestContext) -> Self { 116 .sysroot_dir(Some(base_context.fake_dragonos_sysroot())) in default_test_execute_context_builder() 119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder() 120 .base_test_context(Some(base_context.clone())) in default_test_execute_context_builder() 143 let base_context = BaseGlobalTestContext::setup(); in setup() 145 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 147 .config_dir(Some(base_context.config_v1_dir())) 164 let base_context = BaseGlobalTestContext::setup(); in setup() 166 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 108 fn base_context(&self) -> &BaseGlobalTestContext; base_context() method 135 let base_context = BaseGlobalTestContext::setup(); setup() localVariable 156 let base_context = BaseGlobalTestContext::setup(); setup() localVariable [all...] |
H A D | context.rs | 106 fn base_context(&self) -> &BaseGlobalTestContext; in base_context() method 114 fn default_test_execute_context_builder(base_context: &BaseGlobalTestContext) -> Self { in default_test_execute_context_builder() 116 .sysroot_dir(Some(base_context.fake_dragonos_sysroot())) in default_test_execute_context_builder() 119 .cache_dir(Some(base_context.fake_dadk_cache_root())) in default_test_execute_context_builder() 120 .base_test_context(Some(base_context.clone())) in default_test_execute_context_builder() 143 let base_context = BaseGlobalTestContext::setup(); in setup() localVariable 145 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() 147 .config_dir(Some(base_context.config_v1_dir())) in setup() 164 let base_context = BaseGlobalTestContext::setup(); in setup() localVariable 166 DadkUserExecuteContextBuilder::default_test_execute_context_builder(&base_context) in setup() [all …]
|
/DADK/dadk-user/src/scheduler/ |
H A D | tests.rs | 21 .base_context() in should_not_run_task_only_riscv64_on_x86_64() 24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64() 40 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_riscv64_on_x86_64() 62 .base_context() in should_not_run_task_only_x86_64_on_riscv64() 65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64() 81 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_x86_64_on_riscv64() 103 .base_context() in should_run_task_include_x86_64_on_x86_64() 106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64() 118 ctx.base_context().fake_dragonos_sysroot(), in should_run_task_include_x86_64_on_x86_64() 136 .base_context() in should_run_task_include_riscv64_on_riscv64() [all...] |
H A D | tests.rs | 21 .base_context() in should_not_run_task_only_riscv64_on_x86_64() 24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64() 40 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_riscv64_on_x86_64() 62 .base_context() in should_not_run_task_only_x86_64_on_riscv64() 65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64() 81 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_x86_64_on_riscv64() 103 .base_context() in should_run_task_include_x86_64_on_x86_64() 106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64() 118 ctx.base_context().fake_dragonos_sysroot(), in should_run_task_include_x86_64_on_x86_64() 136 .base_context() in should_run_task_include_riscv64_on_riscv64() [all...] |
H A D | tests.rs | 21 .base_context() in should_not_run_task_only_riscv64_on_x86_64() 24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64() 40 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_riscv64_on_x86_64() 62 .base_context() in should_not_run_task_only_x86_64_on_riscv64() 65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64() 81 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_x86_64_on_riscv64() 103 .base_context() in should_run_task_include_x86_64_on_x86_64() 106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64() 118 ctx.base_context().fake_dragonos_sysroot(), in should_run_task_include_x86_64_on_x86_64() 136 .base_context() in should_run_task_include_riscv64_on_riscv64() [all...] |
H A D | tests.rs | 21 .base_context() in should_not_run_task_only_riscv64_on_x86_64() 24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64() 40 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_riscv64_on_x86_64() 62 .base_context() in should_not_run_task_only_x86_64_on_riscv64() 65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64() 81 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_x86_64_on_riscv64() 103 .base_context() in should_run_task_include_x86_64_on_x86_64() 106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64() 118 ctx.base_context().fake_dragonos_sysroot(), in should_run_task_include_x86_64_on_x86_64() 136 .base_context() in should_run_task_include_riscv64_on_riscv64() [all...] |
H A D | tests.rs | 21 .base_context() in should_not_run_task_only_riscv64_on_x86_64() 24 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_riscv64_on_x86_64() 40 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_riscv64_on_x86_64() 62 .base_context() in should_not_run_task_only_x86_64_on_riscv64() 65 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_not_run_task_only_x86_64_on_riscv64() 81 ctx.base_context().fake_dragonos_sysroot(), in should_not_run_task_only_x86_64_on_riscv64() 103 .base_context() in should_run_task_include_x86_64_on_x86_64() 106 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in should_run_task_include_x86_64_on_x86_64() 118 ctx.base_context().fake_dragonos_sysroot(), in should_run_task_include_x86_64_on_x86_64() 136 .base_context() in should_run_task_include_riscv64_on_riscv64() [all …]
|
/DADK/dadk-user/src/executor/ |
H A D | tests.rs | 16 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in setup_executor() 20 ctx.base_context().fake_dragonos_sysroot(), in setup_executor() 36 ctx.base_context().fake_dragonos_sysroot(), in setup_executor() 50 .base_context() in set_local_env() 72 .base_context() in execute_should_capture_error()
|
H A D | tests.rs | 16 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in setup_executor() 20 ctx.base_context().fake_dragonos_sysroot(), in setup_executor() 36 ctx.base_context().fake_dragonos_sysroot(), in setup_executor() 50 .base_context() in set_local_env() 72 .base_context() in execute_should_capture_error()
|
H A D | tests.rs | 16 let task = Parser::new(ctx.base_context().config_v2_dir()).parse_config_file(&config_file); in setup_executor() 20 ctx.base_context().fake_dragonos_sysroot(), in setup_executor() 36 ctx.base_context().fake_dragonos_sysroot(), in setup_executor() 50 .base_context() in set_local_env() 72 .base_context() in execute_should_capture_error()
|