Home
last modified time | relevance | path

Searched refs:unexpected_log_strings_ (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp217 unexpected_log_strings_.clear(); in SetUp()
375 for (auto str : unexpected_log_strings_) { in VerifyUnexpectedLogStrings()
447 std::vector<std::string> unexpected_log_strings_; member in MallocDebugSystemTest
734 unexpected_log_strings_.push_back(" HAS INVALID TAG "); in TEST_F()
735 unexpected_log_strings_.push_back("USED AFTER FREE "); in TEST_F()
736 unexpected_log_strings_.push_back("UNKNOWN POINTER "); in TEST_F()
741 unexpected_log_strings_.push_back(" HAS INVALID TAG "); in TEST_F()
742 unexpected_log_strings_.push_back("USED AFTER FREE "); in TEST_F()
743 unexpected_log_strings_.push_back("UNKNOWN POINTER "); in TEST_F()
781 unexpected_log_strings_.push_back("Timed out waiting for "); in TEST_F()