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

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

Issue 7598036: Suppress a couple more memory 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 # http://crbug.com/73744 721 # http://crbug.com/73744
722 LEAK 722 LEAK
723 *!operator new 723 *!operator new
724 *!remoting::TraceContext::Get 724 *!remoting::TraceContext::Get
725 *!remoting::TraceContext::tracer 725 *!remoting::TraceContext::tracer
726 *!remoting::ScreenRecorder::DoCapture 726 *!remoting::ScreenRecorder::DoCapture
727 *!remoting::ScreenRecorder::DoStart 727 *!remoting::ScreenRecorder::DoStart
728 728
729 # http://crbug.com/74413 729 # http://crbug.com/74413
730 LEAK 730 LEAK
731 ...
731 *!operator new 732 *!operator new
732 *!net::HttpAuthHandlerFactory::CreateDefault 733 *!net::HttpAuthHandlerFactory::CreateDefault
733 734
734 # http://crbug.com/74417 735 # http://crbug.com/74417
735 LEAK 736 LEAK
736 *!operator new 737 *!operator new
737 *!disk_cache::BackendImpl::CreateEntryImpl 738 *!disk_cache::BackendImpl::CreateEntryImpl
738 739
739 # http://crbug.com/74425 740 # http://crbug.com/74425
740 LEAK 741 LEAK
741 *!operator new 742 *!operator new
742 *!disk_cache::BackendImpl::NewEntry 743 *!disk_cache::BackendImpl::NewEntry
743 744
745 # http://crbug.com/75247
746 LEAK
747 ...
748 *!operator new
749 *!AutofillDownloadTestHelper::AutofillDownloadTestHelper
750
744 # http://crbug.com/76354 751 # http://crbug.com/76354
745 LEAK 752 LEAK
746 ... 753 ...
747 *!IPC::MessageWithReply* 754 *!IPC::MessageWithReply*
748 *!ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy 755 *!ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy
749 *!ResolveProxyMsgHelperTest::GenerateReply 756 *!ResolveProxyMsgHelperTest::GenerateReply
750 *!ResolveProxyMsgHelperTest_*_Test::TestBody 757 *!ResolveProxyMsgHelperTest_*_Test::TestBody
751 758
752 # http://crbug.com/78784 759 # http://crbug.com/78784
753 LEAK 760 LEAK
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 # http://crbug.com/92150 876 # http://crbug.com/92150
870 LEAK 877 LEAK
871 ... 878 ...
872 *!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl 879 *!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl
873 880
874 # http://crbug.com/92150 881 # http://crbug.com/92150
875 LEAK 882 LEAK
876 ... 883 ...
877 *!BookmarkEditorView::Init 884 *!BookmarkEditorView::Init
878 885
886 # http://crbug.com/92166
887 LEAK
888 ...
889 *!operator new
890 *!views::NativeWidgetWin::OnCreate
891
879 # Empty line at EOF - workaround for 892 # Empty line at EOF - workaround for
880 # http://code.google.com/p/drmemory/issues/detail?id=41 893 # 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