Searched refs:result_handle (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler_fwd.hpp50 class result_handle;
54 /// Pointer to a dynamically-allocated result_handle.
55 typedef std::shared_ptr< result_handle > result_handle_ptr;
H A Dscheduler_test.cpp576 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
579 result_handle.get());
580 ATF_REQUIRE_EQ(exec_handle, result_handle->original_pid());
583 result_handle->cleanup();
584 result_handle.reset();
658 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
661 result_handle.get());
664 result_handle->original_pid();
681 ATF_REQUIRE_EQ(start_time, result_handle->start_time());
682 ATF_REQUIRE_EQ(end_time, result_handle
713 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
744 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
795 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
825 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
863 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
942 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
972 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
1007 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
1052 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
1081 scheduler::result_handle_ptr result_handle = handle.debug_test( local
[all...]
H A Dplain_test.cpp98 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
101 result_handle.get());
102 atf::utils::cat_file(result_handle->stdout_file().str(), "stdout: ");
103 atf::utils::cat_file(result_handle->stderr_file().str(), "stderr: ");
105 result_handle->cleanup();
106 result_handle.reset();
H A Dtap_test.cpp98 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
101 result_handle.get());
102 atf::utils::cat_file(result_handle->stdout_file().str(), "stdout: ");
103 atf::utils::cat_file(result_handle->stderr_file().str(), "stderr: ");
105 result_handle->cleanup();
106 result_handle.reset();
H A Dscheduler.hpp187 class result_handle { class in namespace:engine::scheduler
197 result_handle(std::shared_ptr< bimpl >);
200 virtual ~result_handle(void) = 0;
214 class test_result_handle : public result_handle {
H A Datf_test.cpp149 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
152 result_handle.get());
153 atf::utils::cat_file(result_handle->stdout_file().str(), "stdout: ");
154 atf::utils::cat_file(result_handle->stderr_file().str(), "stderr: ");
157 ATF_REQUIRE(atf::utils::compare_file(result_handle->stdout_file().str(),
159 ATF_REQUIRE(atf::utils::compare_file(result_handle->stderr_file().str(),
162 result_handle->cleanup();
163 result_handle.reset();
H A Dscheduler.cpp165 /// cleaned up with result_handle::cleanup().
603 /// Internal implementation for the result_handle class.
604 struct engine::scheduler::result_handle::bimpl : utils::noncopyable {
611 /// this result_handle instance. We need this direct access to clean up
638 scheduler::result_handle::result_handle(std::shared_ptr< bimpl > pbimpl) : function in class:scheduler::result_handle
645 scheduler::result_handle::~result_handle(void)
659 scheduler::result_handle::cleanup(void)
669 scheduler::result_handle
1294 result_handle_ptr result_handle = wait_any(); local
[all...]
/freebsd-13-stable/contrib/kyua/drivers/
H A Drun_tests.cpp190 /// \param [in,out] result_handle The completion handle of the test subprocess.
195 /// \post result_handle is cleaned up. The caller cannot clean it up again.
197 finish_test(scheduler::result_handle_ptr result_handle, argument
204 result_handle.get());
213 result_handle->end_time() - result_handle->start_time());
315 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
318 result_handle->original_pid());
321 result_handle->original_pid() % format_pids(in_flight));
325 finish_test(result_handle, test_case_i
335 scheduler::result_handle_ptr result_handle = handle.wait_any(); local
[all...]
H A Ddebug_test.cpp95 scheduler::result_handle_ptr result_handle = handle.debug_test( local
100 result_handle.get());
102 result_handle->cleanup();

Completed in 112 milliseconds