Lines Matching refs:raw_output_
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()
784 ASSERT_NE(std::string::npos, isolation_help) << "Cannot find isolation help:\n" << raw_output_; in TEST_F()
786 ASSERT_NE(std::string::npos, gtest_help) << "Cannot find gtest help:\n" << raw_output_; in TEST_F()
788 ASSERT_GT(gtest_help, isolation_help) << "Gtest help before isolation help:\n" << raw_output_; in TEST_F()
798 ASSERT_EQ(0, exitcode_) << "Test output:\n" << raw_output_; in TEST_F()
802 ASSERT_NE(std::string::npos, isolation_help) << "Cannot find isolation help:\n" << raw_output_; in TEST_F()
804 ASSERT_NE(std::string::npos, gtest_help) << "Cannot find gtest help:\n" << raw_output_; in TEST_F()
806 ASSERT_GT(gtest_help, isolation_help) << "Gtest help before isolation help:\n" << raw_output_; in TEST_F()
854 << raw_output_; in TEST_F()
857 << raw_output_; in TEST_F()
916 ASSERT_EQ(1, exitcode_) << "Test output:\n" << raw_output_; in TEST_F()
920 ASSERT_TRUE(xml_file != nullptr) << "Failed to find xml file:\n" << raw_output_; in TEST_F()
1001 ASSERT_EQ(expected, sanitized_output_) << "Test output:\n" << raw_output_; in TEST_F()
1008 ASSERT_EQ(0, exitcode_) << "Test output:\n" << raw_output_; in TEST_F()
1026 ASSERT_EQ(0, exitcode_) << "Test output:\n" << raw_output_; in TEST_F()
1094 raw_output_ += buffer.data(); in TEST_F()
1098 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_; in TEST_F()
1139 raw_output_ += buffer.data(); in TEST_F()
1143 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_; in TEST_F()
1168 ASSERT_EQ(0, exitcode_) << "Test output:\n" << raw_output_; in TEST_F()
1169 std::vector<std::string> lines(android::base::Split(raw_output_, "\n")); in TEST_F()
1206 << raw_output_; in TEST_F()