Searched refs:spawn_test (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/kyua/engine/ |
H A D | scheduler_test.cpp | 573 const scheduler::exec_handle exec_handle = handle.spawn_test( in ATF_TEST_CASE_BODY() 630 exec_handle = handle.spawn_test(program, test_case_0, user_config); in ATF_TEST_CASE_BODY() 638 exec_handle = handle.spawn_test(program, test_case_1, user_config); in ATF_TEST_CASE_BODY() 646 exec_handle = handle.spawn_test(program, test_case_2, user_config); in ATF_TEST_CASE_BODY() 712 (void)handle.spawn_test(program, "check_i_exist", engine::default_config()); in ATF_TEST_CASE_BODY() 741 const scheduler::exec_handle exec_handle = handle.spawn_test( in ATF_TEST_CASE_BODY() 793 (void)handle.spawn_test(program, "__fake__", user_config); in ATF_TEST_CASE_BODY() 823 (void)handle.spawn_test(program, "skip_me", user_config); in ATF_TEST_CASE_BODY() 861 (void)handle.spawn_test(program, test_case, user_config); in do_cleanup_test() 940 (void)handle.spawn_test(program, "exit 12", user_config); in ATF_TEST_CASE_BODY() [all …]
|
H A D | scheduler.hpp | 249 exec_handle spawn_test(const model::test_program_ptr,
|
H A D | plain_test.cpp | 96 (void)handle.spawn_test(program, "main", user_config); in run_one()
|
H A D | tap_test.cpp | 96 (void)handle.spawn_test(program, "main", user_config); in run_one()
|
H A D | atf_test.cpp | 147 (void)handle.spawn_test(program, test_case_name, user_config); in run_one()
|
H A D | scheduler.cpp | 1282 scheduler::scheduler_handle::spawn_test( in spawn_test() function in scheduler::scheduler_handle 1558 const exec_handle exec_handle = spawn_test( in debug_test()
|
/freebsd/lib/libc/tests/gen/posix_spawn/ |
H A D | Makefile | 6 NETBSD_ATF_TESTS_C+= spawn_test
|
/freebsd/contrib/kyua/drivers/ |
H A D | run_tests.cpp | 182 const scheduler::exec_handle exec_handle = handle.spawn_test( in start_test()
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 14183 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawn_test.debug
|