Searched refs:expected_exit_code (Results 1 – 1 of 1) sorted by relevance
222 void Exec(const char* test_name, const char* debug_options, int expected_exit_code = 0) { in Exec() argument229 ASSERT_NO_FATAL_FAILURE(InternalExec(test_name, debug_options, expected_exit_code)); in Exec()251 void InternalExec(const char* test_name, const char* debug_options, int expected_exit_code) { in InternalExec() argument342 ASSERT_EQ(expected_exit_code, WEXITSTATUS(status)) << "Output:\n" << output_; in InternalExec()