Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp216 std::string expected_log; in VerifyAllocCalls() local
218 expected_log += android::base::StringPrintf( in VerifyAllocCalls()
221 expected_log += android::base::StringPrintf( in VerifyAllocCalls()
224 expected_log += android::base::StringPrintf( in VerifyAllocCalls()
228 expected_log += "4 malloc_debug malloc_testing: malloc debug enabled\n"; in VerifyAllocCalls()
229 ASSERT_STREQ(expected_log.c_str(), getFakeLogPrint().c_str()); in VerifyAllocCalls()
266 std::string expected_log = android::base::StringPrintf( in TEST_F() local
269 expected_log += android::base::StringPrintf( in TEST_F()
272 expected_log += "4 malloc_debug malloc_testing: malloc debug enabled\n"; in TEST_F()
273 ASSERT_STREQ(expected_log.c_str(), getFakeLogPrint().c_str()); in TEST_F()
[all …]