Home
last modified time | relevance | path

Searched defs:test_opts (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/library/test/src/
Dtests.rs355 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable
399 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
Dcli.rs284 let test_opts = TestOpts { in parse_opts_impl() localVariable
/third_party/backends/backend/
Dtest.h120 test_opts; typedef
/third_party/rust/rust/src/tools/compiletest/src/
Dlib.rs506 pub fn test_opts(config: &Config) -> test::TestOpts { in test_opts() function