Lines Matching refs:engine
58 namespace execenv = engine::execenv;
92 engine::atf_interface::exec_list(const model::test_program& test_program, in exec_list()
129 engine::atf_interface::parse_list(const optional< process::status >& status, in parse_list()
138 throw engine::error("Test case list timed out"); in parse_list()
144 throw engine::error("Permission denied to run test program"); in parse_list()
146 throw engine::error("Cannot find test program"); in parse_list()
148 throw engine::error("Invalid test program format"); in parse_list()
150 throw engine::error("Test program did not exit cleanly"); in parse_list()
153 throw engine::error("Test program received signal"); in parse_list()
158 throw engine::load_error(stdout_path, "Cannot open file for read"); in parse_list()
162 throw engine::error("Test case list wrote to stderr"); in parse_list()
180 engine::atf_interface::exec_test(const model::test_program& test_program, in exec_test()
213 engine::atf_interface::exec_cleanup( in exec_cleanup()
244 engine::atf_interface::compute_result( in compute_result()