Searched refs:expected_exitcode (Results 1 – 1 of 1) sorted by relevance
41 void RunTest(int expected_exitcode, std::vector<const char*> extra_args = {});42 void Verify(const std::string& expected_output, int expected_exitcode,105 … int expected_exitcode, std::vector<const char*> extra_args, bool sanitize) { in Verify() argument106 RunTest(expected_exitcode, extra_args); in Verify()116 void SystemTests::RunTest(int expected_exitcode, std::vector<const char*> extra_args) { in RunTest() argument143 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in RunTest()