Searched refs:raw_output_ (Results 1 – 1 of 1) sorted by relevance
/system/testing/gtest_extras/gtest_isolated/tests/ |
D | SystemTests.cpp | 66 raw_output_ = ""; in SetUp() 89 std::string raw_output_; member in android::gtest_extras::SystemTests 151 std::regex_replace(raw_output_, std::regex("\\(\\d+ ms(\\)|\\s|,)"), "(XX ms$1"); in SanitizeOutput() 208 ASSERT_TRUE(android::base::ReadFdToString(fd_, &raw_output_)); in ExecAndCapture() 212 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_; in ExecAndCapture() 252 ASSERT_FALSE(footer->empty()) << "Test output:\n" << raw_output_; in RunTestCaptureFooter() 258 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in Verify() 268 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in VerifySortedOutput() 715 << raw_output_; in TEST_F() 784 ASSERT_EQ(0, exitcode_) << "Test output:\n" << raw_output_; in TEST_F() [all …]
|