Searched refs:test_run (Results 1 – 8 of 8) sorted by relevance
3 use super::util::test_run;23 test_run(&[ in async_yield_callee_synchronous()32 test_run(&[ in async_yield_callee_stackless()41 test_run(&[ in async_yield_callee_cancel_synchronous()50 test_run(&[ in async_yield_callee_cancel_stackless()
3 use super::util::test_run;7 test_run(&[test_programs_artifacts::ASYNC_ERROR_CONTEXT_COMPONENT]).await in async_error_context()19 test_run(&[ in async_error_context_caller()
1 use super::util::test_run;6 test_run(&[test_programs_artifacts::ASYNC_READ_RESOURCE_STREAM_COMPONENT]).await in async_read_resource_stream()
3 use super::util::test_run;14 test_run(&[ in async_backpressure_caller()
1 use super::util::test_run;29 test_run(&[ in async_post_return_caller()
5 use super::util::{config, make_component, test_run, test_run_with_count};390 test_run(&[test_programs_artifacts::ASYNC_POLL_SYNCHRONOUS_COMPONENT]).await in async_poll_synchronous()395 test_run(&[test_programs_artifacts::ASYNC_POLL_STACKLESS_COMPONENT]).await in async_poll_stackless()510 test_run(&[ in async_transmit_caller()
167 pub async fn test_run(components: &[&str]) -> Result<()> { in test_run() function
29 mod test_run; module98 "run" => test_run::subtest(parsed), in new_subtest()