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

Side by Side Diff: tools/valgrind/drmemory/suppressions.txt

Issue 7598031: Suppress a few simple leaks found by Dr. Memory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 *!notifier::Login::StartConnection 650 *!notifier::Login::StartConnection
651 *!sync_notifier::InvalidationNotifier::UpdateCredentials 651 *!sync_notifier::InvalidationNotifier::UpdateCredentials
652 *!sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials 652 *!sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
653 653
654 LEAK 654 LEAK
655 ... 655 ...
656 *!TestURLRequestContext::TestURLRequestContext 656 *!TestURLRequestContext::TestURLRequestContext
657 *!TestURLRequestContextGetter::GetURLRequestContext 657 *!TestURLRequestContextGetter::GetURLRequestContext
658 *!URLFetcher::Core::StartURLRequest 658 *!URLFetcher::Core::StartURLRequest
659 659
660 # This test intentionally leaks an object and checks that it's never deleted
661 LEAK
662 ...
663 *!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
664
660 ############################ 665 ############################
661 # Real issues in Chromium 666 # Real issues in Chromium
662 667
663 # http://crbug.com/32623 668 # http://crbug.com/32623
664 LEAK 669 LEAK
665 ... 670 ...
666 *!ssl3_HandleHandshakeMessage 671 *!ssl3_HandleHandshakeMessage
667 *!ssl3_HandleHandshake 672 *!ssl3_HandleHandshake
668 *!ssl3_HandleRecord 673 *!ssl3_HandleRecord
669 *!ssl3_GatherCompleteHandshake 674 *!ssl3_GatherCompleteHandshake
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 *!ResolveProxyMsgHelperTest::GenerateReply 749 *!ResolveProxyMsgHelperTest::GenerateReply
745 *!ResolveProxyMsgHelperTest_*_Test::TestBody 750 *!ResolveProxyMsgHelperTest_*_Test::TestBody
746 751
747 # http://crbug.com/78784 752 # http://crbug.com/78784
748 LEAK 753 LEAK
749 *!generic_cpp_alloc 754 *!generic_cpp_alloc
750 *!operator new 755 *!operator new
751 *!TestingProfile::CreateRequestContext 756 *!TestingProfile::CreateRequestContext
752 *!*ProfileSyncService*::SetUp 757 *!*ProfileSyncService*::SetUp
753 758
759 # http://crbug.com/78784
760 LEAK
761 ...
762 *!RenderWidgetHost::WasHidden
763
764 LEAK
765 ...
766 *!RenderWidgetHost::WasRestored
767
754 # http://crbug.com/81522 768 # http://crbug.com/81522
755 LEAK 769 LEAK
756 *!operator new 770 *!operator new
757 *!base::MessageLoopProxy::CreateForCurrentThread 771 *!base::MessageLoopProxy::CreateForCurrentThread
758 *!IPC::ChannelProxy::Context::Context 772 *!IPC::ChannelProxy::Context::Context
759 *!IPC::ChannelProxy::ChannelProxy 773 *!IPC::ChannelProxy::ChannelProxy
760 *!IPCChannelTest_ChannelProxyTest_Test::TestBody 774 *!IPCChannelTest_ChannelProxyTest_Test::TestBody
761 775
762 # http://crbug.com/81753 776 # http://crbug.com/81753
763 UNINITIALIZED READ 777 UNINITIALIZED READ
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody 843 *!remoting::protocol::JingleSessionTest_ConnectBadChannelAuth_Test::TestBody
830 844
831 # http://crbug.com/91465 845 # http://crbug.com/91465
832 LEAK 846 LEAK
833 *!generic_cpp_alloc 847 *!generic_cpp_alloc
834 *!operator new 848 *!operator new
835 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::* 849 *!browser_sync::internal::WeakHandleCore<browser_sync::JsBackend>::*
836 *!browser_sync::WeakHandle<browser_sync::JsBackend>::* 850 *!browser_sync::WeakHandle<browser_sync::JsBackend>::*
837 *!sync_api::SyncManager::SyncInternal::Init 851 *!sync_api::SyncManager::SyncInternal::Init
838 852
853 # http://crbug.com/91491
854 LEAK
855 ...
856 *!CrxUpdateService::ProcessPendingItems
857
839 # http://crbug.com/92026 858 # http://crbug.com/92026
840 UNINITIALIZED READ 859 UNINITIALIZED READ
841 softokn3.dll!FC_GetFunctionList 860 softokn3.dll!FC_GetFunctionList
842 ... 861 ...
843 softokn3.dll!NSC_ModuleDBFunc 862 softokn3.dll!NSC_ModuleDBFunc
844 863
845 UNINITIALIZED READ 864 UNINITIALIZED READ
846 freebl3.dll!FREEBL_GetVector 865 freebl3.dll!FREEBL_GetVector
847 ... 866 ...
848 softokn3.dll!NSC_ModuleDBFunc 867 softokn3.dll!NSC_ModuleDBFunc
849 868
850 # http://crbug.com/92150 869 # http://crbug.com/92150
851 LEAK 870 LEAK
852 ... 871 ...
853 *!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl 872 *!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl
854 873
874 # http://crbug.com/92150
875 LEAK
876 ...
877 *!BookmarkEditorView::Init
878
855 # Empty line at EOF - workaround for 879 # Empty line at EOF - workaround for
856 # http://code.google.com/p/drmemory/issues/detail?id=41 880 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« 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