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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 10453106: [Leak fixlet] Fix leak in courgette_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « courgette/encoded_program_unittest.cc ('k') | 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 e069f333fd78c55d5630994f43a93ec7580a99ac..b8b10f4ad533ec0e974a3d83ca6290fc8dd1b3b0 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -467,89 +467,6 @@
fun:g_closure_invoke
}
{
- bug_46649_a
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_allocate_and_copy
- fun:std::vector::reserve
- fun:courgette::ReadVector
- fun:courgette::EncodedProgram::ReadFrom
-}
-{
- bug_46649_b
- 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:courgette::EncodedProgram::AddRel32
-}
-{
- bug_46649_c
- 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:courgette::EncodedProgram::AssembleTo
-}
-{
- bug_46649_d
- Heapcheck:Leak
- fun:EncodedProgramTest_Test_Test::TestBody
-}
-{
- bug_46649_e
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_fill_insert
- fun:std::vector::insert
- fun:std::vector::resize
- fun:courgette::EncodedProgram::DefineLabelCommon
- fun:courgette::EncodedProgram::DefineRel32Label
-}
-{
- bug_46649_f
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_fill_insert
- fun:std::vector::insert
- fun:std::vector::resize
- fun:courgette::EncodedProgram::DefineLabelCommon
- fun:courgette::EncodedProgram::DefineAbs32Label
-}
-{
- bug_46649_g
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_allocate_and_copy
- fun:std::vector::reserve
- fun:courgette::ReadU32Delta
- fun:courgette::EncodedProgram::ReadFrom
-}
-{
- bug_46649_h
- 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:courgette::EncodedProgram::AddAbs32
-}
-{
- bug_46649_i
- 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:courgette::EncodedProgram::AddOrigin
-}
-{
bug_46678_a
Heapcheck:Leak
fun:__gnu_cxx::new_allocator::allocate
« no previous file with comments | « courgette/encoded_program_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698