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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 2860005: Suppress bug 46678 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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
===================================================================
--- tools/heapcheck/suppressions.txt (revision 49940)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -724,3 +724,35 @@
fun:WebCore::FrameLoader::receivedData
fun:WebCore::MainResourceLoader::addData
}
+
+{
+ bug_46678_a
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::_Vector_base::_M_allocate
+ fun:std::vector::_M_insert_aux
+ fun:std::vector::push_back
+ fun:remoting::Differ::MergeBlocks
+}
+
+{
+ bug_46678_b
+ Heapcheck:Leak
+ fun:remoting::DifferTest::MarkBlocksAndCheckMerge
+}
+
+{
+ bug_46678_c
+ Heapcheck:Leak
+ fun:remoting::DifferTest_*_Test::TestBody
+ fun:testing::Test::Run
+}
+
+{
+ bug_46678_d
+ Heapcheck:Leak
+ ...
+ fun:remoting::ChromotingPlugin::ChromotingPlugin
+ fun:CreatePlugin
+}
+
« 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