diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e81507d..d4aa298 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -801,3 +801,34 @@ ... fun:net::::SpdyHttpStreamTest_SendRequest_Test::TestBody } + +{ + bug_19775_a + Heapcheck:Leak + ... + fun:history::InMemoryHistoryBackend::Init + fun:history::HistoryBackend::InitImpl +} + +{ + bug_19775_b + Heapcheck:Leak + ... + fun:history::HistoryBackend::InitImpl + fun:history::HistoryBackend::Init +} + +{ + bug_19775_c + Heapcheck:Leak + fun:CancelableTask* NewRunnableMethod + fun:HistoryService::BackendDelegate::DBLoaded + fun:history::HistoryBackend::Init +} + +{ + bug_19775_d + Heapcheck:Leak + ... + fun:ProfileManagerTest_CreateAndUseTwoProfiles_Test::TestBody +} |