Lines Matching refs:engine
90 engine::atf_interface::exec_list(const model::test_program& test_program, in exec_list()
127 engine::atf_interface::parse_list(const optional< process::status >& status, in parse_list()
136 throw engine::error("Test case list timed out"); in parse_list()
142 throw engine::error("Permission denied to run test program"); in parse_list()
144 throw engine::error("Cannot find test program"); in parse_list()
146 throw engine::error("Invalid test program format"); in parse_list()
148 throw engine::error("Test program did not exit cleanly"); in parse_list()
151 throw engine::error("Test program received signal"); in parse_list()
156 throw engine::load_error(stdout_path, "Cannot open file for read"); in parse_list()
160 throw engine::error("Test case list wrote to stderr"); in parse_list()
178 engine::atf_interface::exec_test(const model::test_program& test_program, in exec_test()
207 engine::atf_interface::exec_cleanup( in exec_cleanup()
235 engine::atf_interface::compute_result( in compute_result()