Searched refs:raw_output_ (Results 1 – 1 of 1) sorted by relevance
/system/testing/gtest_extras/tests/ |
D | SystemTests.cpp | 65 raw_output_ = ""; in SetUp() 86 std::string raw_output_; member in android::gtest_extras::SystemTests 148 std::regex_replace(raw_output_, std::regex("\\(\\d+ ms(\\)|\\s|,)"), "(XX ms$1"); in SanitizeOutput() 205 ASSERT_TRUE(android::base::ReadFdToString(fd_, &raw_output_)); in ExecAndCapture() 209 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_; in ExecAndCapture() 249 ASSERT_FALSE(footer->empty()) << "Test output:\n" << raw_output_; in RunTestCaptureFooter() 255 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in Verify() 265 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in VerifySortedOutput() 712 << raw_output_; in TEST_F() 781 ASSERT_EQ(0, exitcode_) << "Test output:\n" << raw_output_; in TEST_F() [all …]
|