Home
last modified time | relevance | path

Searched refs:expected_exitcode (Results 1 – 1 of 1) sorted by relevance

/bionic/benchmarks/tests/
Dinterface_test.cpp41 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() argument
106 RunTest(expected_exitcode, extra_args); in Verify()
116 void SystemTests::RunTest(int expected_exitcode, std::vector<const char*> extra_args) { in RunTest() argument
143 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in RunTest()