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

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

Issue 7365004: Widen suppression for disk_cache leaks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 # 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 4695 matching lines...) Expand 10 before | Expand all | Expand 10 after
4706 fun:_ZN7WebCore26InspectorBackendDispatcher8dispatchERKN3WTF6StringE 4706 fun:_ZN7WebCore26InspectorBackendDispatcher8dispatchERKN3WTF6StringE
4707 fun:_ZN7WebCore19InspectorController27dispatchMessageFromFrontendERKN3WTF6Str ingE 4707 fun:_ZN7WebCore19InspectorController27dispatchMessageFromFrontendERKN3WTF6Str ingE
4708 fun:_ZN6WebKit20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStr ingE 4708 fun:_ZN6WebKit20WebDevToolsAgentImpl26dispatchOnInspectorBackendERKNS_9WebStr ingE
4709 fun:_ZN16DRTDevToolsAgent4callERKN6WebKit9WebStringE 4709 fun:_ZN16DRTDevToolsAgent4callERKN6WebKit9WebStringE
4710 fun:_ZN16DRTDevToolsAgent13AsyncCallTask10runIfValidEv 4710 fun:_ZN16DRTDevToolsAgent13AsyncCallTask10runIfValidEv
4711 } 4711 }
4712 { 4712 {
4713 bug_87396_a 4713 bug_87396_a
4714 Memcheck:Leak 4714 Memcheck:Leak
4715 fun:_Znw* 4715 fun:_Znw*
4716 fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplE 4716 ...
4717 fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjbNS_4AddrEPb 4717 fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjbNS_4AddrEPb
4718 fun:_ZN10disk_cache11BackendImpl13OpenEntryImplERKSs 4718 fun:_ZN10disk_cache11BackendImpl13OpenEntryImplERKSs
4719 fun:_ZN10disk_cache11BackendImpl13SyncOpenEntryERKSsPPNS_5EntryE 4719 fun:_ZN10disk_cache11BackendImpl13SyncOpenEntryERKSsPPNS_5EntryE
4720 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv 4720 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
4721 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv 4721 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
4722 } 4722 }
4723 { 4723 {
4724 bug_87396_b 4724 bug_87396_b
4725 Memcheck:Addr4 4725 Memcheck:Addr4
4726 fun:_ZN10disk_cache11BackendImpl13SyncOpenEntryERKSsPPNS_5EntryE 4726 fun:_ZN10disk_cache11BackendImpl13SyncOpenEntryERKSsPPNS_5EntryE
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
4873 { 4873 {
4874 bug_todo_getdelim2 4874 bug_todo_getdelim2
4875 Memcheck:Leak 4875 Memcheck:Leak
4876 fun:malloc 4876 fun:malloc
4877 fun:getdelim 4877 fun:getdelim
4878 obj:/lib/libselinux.so.1 4878 obj:/lib/libselinux.so.1
4879 obj:/lib/libselinux.so.1 4879 obj:/lib/libselinux.so.1
4880 obj:/lib/libselinux.so.1 4880 obj:/lib/libselinux.so.1
4881 } 4881 }
4882 4882
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