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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 10831074: Valgrind/Heapchecker: Add a new suppression for a JsSyncManagerObserverTest leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 { 626 {
627 bug_60872 627 bug_60872
628 Heapcheck:Leak 628 Heapcheck:Leak
629 fun:base::BaseTimer::Start 629 fun:base::BaseTimer::Start
630 fun:ReloadButtonGtk::OnClicked 630 fun:ReloadButtonGtk::OnClicked
631 fun:ReloadButtonGtk::OnClickedThunk 631 fun:ReloadButtonGtk::OnClickedThunk
632 fun:g_closure_invoke 632 fun:g_closure_invoke
633 fun:ReloadButtonGtkTest_*_Test::TestBody 633 fun:ReloadButtonGtkTest_*_Test::TestBody
634 } 634 }
635 { 635 {
636 bug_65940_a
637 Heapcheck:Leak
638 ...
639 fun:IPC::SyncChannel::SyncChannel
640 fun:ChildThread::Init
641 fun:ChildThread::ChildThread
642 fun:RenderThreadImpl::RenderThreadImpl
643 }
644 {
645 bug_65940_b
646 Heapcheck:Leak
647 fun:__gnu_cxx::new_allocator::allocate
648 fun:std::_Vector_base::_M_allocate
649 fun:std::vector::_M_insert_aux
650 fun:std::vector::push_back
651 fun:IPC::ChannelProxy::Context::OnAddFilter
652 }
653 {
636 bug_66054_a 654 bug_66054_a
637 Heapcheck:Leak 655 Heapcheck:Leak
638 ... 656 ...
639 fun:policy::CreateSequencedTestDictionaryActionP::gmock_Impl::gmock_PerformIm pl 657 fun:policy::CreateSequencedTestDictionaryActionP::gmock_Impl::gmock_PerformIm pl
640 fun:testing::internal::ActionHelper::Perform 658 fun:testing::internal::ActionHelper::Perform
641 fun:policy::CreateSequencedTestDictionaryActionP::gmock_Impl::Perform 659 fun:policy::CreateSequencedTestDictionaryActionP::gmock_Impl::Perform
642 fun:testing::Action::Perform 660 fun:testing::Action::Perform
643 fun:testing::internal::FunctionMockerBase::InvokeWith 661 fun:testing::internal::FunctionMockerBase::InvokeWith
644 fun:testing::internal::FunctionMocker::Invoke 662 fun:testing::internal::FunctionMocker::Invoke
645 fun:policy::ProviderDelegateMock::Load 663 fun:policy::ProviderDelegateMock::Load
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 # Like 125129_b, but for Chromium OS instead of Linux. 1396 # Like 125129_b, but for Chromium OS instead of Linux.
1379 bug_125129_c 1397 bug_125129_c
1380 Heapcheck:Leak 1398 Heapcheck:Leak
1381 ... 1399 ...
1382 fun:RenderProcessHostImpl 1400 fun:RenderProcessHostImpl
1383 fun:SiteInstanceImpl::GetProcess 1401 fun:SiteInstanceImpl::GetProcess
1384 ... 1402 ...
1385 fun:*_*_Test::TestBody 1403 fun:*_*_Test::TestBody
1386 } 1404 }
1387 { 1405 {
1388 bug_127717
1389 Heapcheck:Leak
1390 ...
1391 fun:SkBitmap::HeapAllocator::allocPixelRef
1392 fun:SkBitmap::allocPixels
1393 fun:SkBitmap::allocPixels
1394 }
1395 {
1396 bug_128145 1406 bug_128145
1397 Heapcheck:Leak 1407 Heapcheck:Leak
1398 ... 1408 ...
1399 fun:BuildWebDataService 1409 fun:BuildWebDataService
1400 fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile 1410 fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile
1401 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse 1411 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse
1402 fun:TestingProfile::CreateWebDataService 1412 fun:TestingProfile::CreateWebDataService
1403 } 1413 }
1404 { 1414 {
1405 bug_129392 1415 bug_129392
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 fun:gfx::RenderText::IndexOfAdjacentGrapheme 1482 fun:gfx::RenderText::IndexOfAdjacentGrapheme
1473 fun:gfx::RenderTextTest_GraphemePositions_Test::TestBody 1483 fun:gfx::RenderTextTest_GraphemePositions_Test::TestBody
1474 } 1484 }
1475 { 1485 {
1476 bug_134717 1486 bug_134717
1477 Heapcheck:Leak 1487 Heapcheck:Leak
1478 fun:ui::InputMethodIBus::CreateContext 1488 fun:ui::InputMethodIBus::CreateContext
1479 fun:ui::InputMethodIBus::Init 1489 fun:ui::InputMethodIBus::Init
1480 } 1490 }
1481 { 1491 {
1482 bug_65940_a
1483 Heapcheck:Leak
1484 ...
1485 fun:IPC::SyncChannel::SyncChannel
1486 fun:ChildThread::Init
1487 fun:ChildThread::ChildThread
1488 fun:RenderThreadImpl::RenderThreadImpl
1489 }
1490 {
1491 bug_65940_b
1492 Heapcheck:Leak
1493 fun:__gnu_cxx::new_allocator::allocate
1494 fun:std::_Vector_base::_M_allocate
1495 fun:std::vector::_M_insert_aux
1496 fun:std::vector::push_back
1497 fun:IPC::ChannelProxy::Context::OnAddFilter
1498 }
1499 {
1500 bug_136936 1492 bug_136936
1501 Heapcheck:Leak 1493 Heapcheck:Leak
1502 ... 1494 ...
1503 fun:std::basic_string::_Rep::_S_create 1495 fun:std::basic_string::_Rep::_S_create
1504 ... 1496 ...
1505 fun:base::PlatformThread::SetName 1497 fun:base::PlatformThread::SetName
1506 } 1498 }
1499 {
1500 bug_139635
1501 Heapcheck:Leak
1502 fun:syncer::JsSyncManagerObserver::OnInitializationComplete
1503 fun:syncer::::JsSyncManagerObserverTest_OnInitializationComplete_Test::TestBo dy
1504 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698