Searched refs:raw_output_ (Results 1 - 2 of 2) sorted by relevance

/bionic/benchmarks/tests/
H A Dinterface_test.cpp33 raw_output_ = "";
45 std::string raw_output_; member in class:SystemTests
58 sanitized_output_ = std::regex_replace(raw_output_, std::regex(".+(BM_\\S+) +.+"), "$1");
115 raw_output_ = "";
127 raw_output_ += buffer;
132 ASSERT_EQ(pid_, TEMP_FAILURE_RETRY(waitpid(pid_, &status, 0))) << "Test output:\n" << raw_output_;
134 ASSERT_EQ(expected_exitcode, exitcode_) << "Test output:\n" << raw_output_;
140 ASSERT_EQ(expected_output, raw_output_);
/bionic/libc/malloc_hooks/tests/
H A Dmalloc_hooks_tests.cpp98 std::string raw_output_; member in class:MallocHooksTest

Completed in 115 milliseconds