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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « courgette/encoded_program_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 fun:WebCore::v8ExternalString 460 fun:WebCore::v8ExternalString
461 fun:WebCore::V8Proxy::evaluate 461 fun:WebCore::V8Proxy::evaluate
462 fun:WebCore::ScriptController::collectGarbage 462 fun:WebCore::ScriptController::collectGarbage
463 fun:WebKit::WebFrameImpl::collectGarbage 463 fun:WebKit::WebFrameImpl::collectGarbage
464 fun:TestShell::CallJSGC 464 fun:TestShell::CallJSGC
465 fun:*~TestShell 465 fun:*~TestShell
466 fun:::MainWindowDestroyed 466 fun:::MainWindowDestroyed
467 fun:g_closure_invoke 467 fun:g_closure_invoke
468 } 468 }
469 { 469 {
470 bug_46649_a
471 Heapcheck:Leak
472 fun:__gnu_cxx::new_allocator::allocate
473 fun:std::_Vector_base::_M_allocate
474 fun:std::vector::_M_allocate_and_copy
475 fun:std::vector::reserve
476 fun:courgette::ReadVector
477 fun:courgette::EncodedProgram::ReadFrom
478 }
479 {
480 bug_46649_b
481 Heapcheck:Leak
482 fun:__gnu_cxx::new_allocator::allocate
483 fun:std::_Vector_base::_M_allocate
484 fun:std::vector::_M_insert_aux
485 fun:std::vector::push_back
486 fun:courgette::EncodedProgram::AddRel32
487 }
488 {
489 bug_46649_c
490 Heapcheck:Leak
491 fun:__gnu_cxx::new_allocator::allocate
492 fun:std::_Vector_base::_M_allocate
493 fun:std::vector::_M_insert_aux
494 fun:std::vector::push_back
495 fun:courgette::EncodedProgram::AssembleTo
496 }
497 {
498 bug_46649_d
499 Heapcheck:Leak
500 fun:EncodedProgramTest_Test_Test::TestBody
501 }
502 {
503 bug_46649_e
504 Heapcheck:Leak
505 fun:__gnu_cxx::new_allocator::allocate
506 fun:std::_Vector_base::_M_allocate
507 fun:std::vector::_M_fill_insert
508 fun:std::vector::insert
509 fun:std::vector::resize
510 fun:courgette::EncodedProgram::DefineLabelCommon
511 fun:courgette::EncodedProgram::DefineRel32Label
512 }
513 {
514 bug_46649_f
515 Heapcheck:Leak
516 fun:__gnu_cxx::new_allocator::allocate
517 fun:std::_Vector_base::_M_allocate
518 fun:std::vector::_M_fill_insert
519 fun:std::vector::insert
520 fun:std::vector::resize
521 fun:courgette::EncodedProgram::DefineLabelCommon
522 fun:courgette::EncodedProgram::DefineAbs32Label
523 }
524 {
525 bug_46649_g
526 Heapcheck:Leak
527 fun:__gnu_cxx::new_allocator::allocate
528 fun:std::_Vector_base::_M_allocate
529 fun:std::vector::_M_allocate_and_copy
530 fun:std::vector::reserve
531 fun:courgette::ReadU32Delta
532 fun:courgette::EncodedProgram::ReadFrom
533 }
534 {
535 bug_46649_h
536 Heapcheck:Leak
537 fun:__gnu_cxx::new_allocator::allocate
538 fun:std::_Vector_base::_M_allocate
539 fun:std::vector::_M_insert_aux
540 fun:std::vector::push_back
541 fun:courgette::EncodedProgram::AddAbs32
542 }
543 {
544 bug_46649_i
545 Heapcheck:Leak
546 fun:__gnu_cxx::new_allocator::allocate
547 fun:std::_Vector_base::_M_allocate
548 fun:std::vector::_M_insert_aux
549 fun:std::vector::push_back
550 fun:courgette::EncodedProgram::AddOrigin
551 }
552 {
553 bug_46678_a 470 bug_46678_a
554 Heapcheck:Leak 471 Heapcheck:Leak
555 fun:__gnu_cxx::new_allocator::allocate 472 fun:__gnu_cxx::new_allocator::allocate
556 fun:std::_Vector_base::_M_allocate 473 fun:std::_Vector_base::_M_allocate
557 fun:std::vector::_M_insert_aux 474 fun:std::vector::_M_insert_aux
558 fun:std::vector::push_back 475 fun:std::vector::push_back
559 fun:remoting::Differ::MergeBlocks 476 fun:remoting::Differ::MergeBlocks
560 } 477 }
561 { 478 {
562 bug_46678_b 479 bug_46678_b
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 fun:SiteInstanceImpl::GetProcess 1703 fun:SiteInstanceImpl::GetProcess
1787 fun:content::RenderViewHostImpl::RenderViewHostImpl 1704 fun:content::RenderViewHostImpl::RenderViewHostImpl
1788 fun:RenderViewHostFactory::Create 1705 fun:RenderViewHostFactory::Create
1789 fun:RenderViewHostManager::Init 1706 fun:RenderViewHostManager::Init
1790 fun:WebContentsImpl::WebContentsImpl 1707 fun:WebContentsImpl::WebContentsImpl
1791 fun:content::TestWebContents::TestWebContents 1708 fun:content::TestWebContents::TestWebContents
1792 fun:content::WebContentsTester::CreateTestWebContents 1709 fun:content::WebContentsTester::CreateTestWebContents
1793 fun:::OneClickSigninHelperTest::CreateMockWebContents 1710 fun:::OneClickSigninHelperTest::CreateMockWebContents
1794 fun:OneClickSigninHelperTest_* 1711 fun:OneClickSigninHelperTest_*
1795 } 1712 }
OLDNEW
« 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