Searched refs:expected_exitcode (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/bionic/benchmarks/tests/ |
H A D | interface_test.cpp | 41 void RunTest(int expected_exitcode, std::vector<const char*> extra_args = {}); 42 void Verify(const std::string& expected_output, int expected_exitcode, 102 … int expected_exitcode, std::vector<const char*> extra_args, bool sanitize) { in Verify() argument 103 RunTest(expected_exitcode, extra_args); in Verify() 113 void SystemTests::RunTest(int expected_exitcode, std::vector<const char*> extra_args) { in RunTest() argument 140 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in RunTest()
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/ |
D | SystemTests.cpp | 83 int expected_exitcode, std::vector<const char*> extra_args = {}); 85 int expected_exitcode, std::vector<const char*> extra_args = {}); 256 int expected_exitcode, std::vector<const char*> extra_args) { in Verify() argument 258 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in Verify() 265 const std::string& expected_output, int expected_exitcode, in VerifySortedOutput() argument 268 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in VerifySortedOutput()
|