Searched refs:raw_output_ (Results 1 – 2 of 2) sorted by relevance
33 raw_output_ = ""; in SetUp()45 std::string raw_output_; member in SystemTests66 sanitized_output_ = std::regex_replace(raw_output_, std::regex(".*(BM_\\S+)\\s+.+"), "$1"); in SanitizeOutput()112 ASSERT_EQ(expected_output, raw_output_); in Verify()124 raw_output_ = ""; in RunTest()136 raw_output_ += buffer; in RunTest()141 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_; in RunTest()143 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_; in RunTest()188 std::string output(raw_output_); in TEST_F()193 ASSERT_LT(400U, num_tests) << "Only " << num_tests << " found:\n" << raw_output_; in TEST_F()
99 std::string raw_output_; member in MallocHooksTest