Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dyield_.rs3 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()
H A Derror_context.rs3 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()
H A Dread_resource_stream.rs1 use super::util::test_run;
6 test_run(&[test_programs_artifacts::ASYNC_READ_RESOURCE_STREAM_COMPONENT]).await in async_read_resource_stream()
H A Dbackpressure.rs3 use super::util::test_run;
14 test_run(&[ in async_backpressure_caller()
H A Dpost_return.rs1 use super::util::test_run;
29 test_run(&[ in async_post_return_caller()
H A Dtransmit.rs5 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()
H A Dutil.rs167 pub async fn test_run(components: &[&str]) -> Result<()> { in test_run() function
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dlib.rs29 mod test_run; module
98 "run" => test_run::subtest(parsed), in new_subtest()