Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 3454029: Suppress another variant of the file util leak for heapcheck (Closed)
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index df5d88b878ff877fe6897d2d21a95544bdef116f..7e630761fce763947843723acb41d2372befa817 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -975,7 +975,7 @@
fun:RenderViewTest_PageClickTracker_Test::TestBody
}
{
- bug_56676
+ bug_56676_a
Heapcheck:Leak
fun:__gnu_cxx::new_allocator::allocate
fun:std::_Vector_base::_M_allocate
@@ -984,3 +984,17 @@
fun:MockDispatcher::DidReadDirectory
fun:fileapi::FileSystemOperation::DidReadDirectory
}
+{
+ bug_56676_b
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_S_construct
+ fun:std::string::_S_construct_aux
+ fun:std::string::_S_construct
+ fun:basic_string
+ fun:file_util::FileEnumerator::ReadDirectory
+ fun:file_util::FileEnumerator::Next
+ fun:::RelayReadDirectory::RunWork
+ fun:::MessageLoopRelay::ProcessOnTargetThread
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698