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

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

Issue 7792026: Widen suppression for 76354 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 3 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 four kinds of suppressions in this file. 1 # There are four 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 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after
3872 fun:_ZN3sql10ConnectionD2Ev 3872 fun:_ZN3sql10ConnectionD2Ev
3873 fun:_ZN3sql10ConnectionD1Ev 3873 fun:_ZN3sql10ConnectionD1Ev
3874 fun:_ZN7history16InMemoryDatabaseD0Ev 3874 fun:_ZN7history16InMemoryDatabaseD0Ev
3875 } 3875 }
3876 { 3876 {
3877 bug_76354 3877 bug_76354
3878 Memcheck:Leak 3878 Memcheck:Leak
3879 ... 3879 ...
3880 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs 3880 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs
3881 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv 3881 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv
3882 fun:_ZN44ResolveProxyMsgHelperTest_*_Test8TestBodyEv 3882 fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv
3883 } 3883 }
3884 { 3884 {
3885 bug_76490 3885 bug_76490
3886 Memcheck:Cond 3886 Memcheck:Cond
3887 fun:_ZN7WebCore7Element15removeAttributeERKN3WTF6StringERi 3887 fun:_ZN7WebCore7Element15removeAttributeERKN3WTF6StringERi
3888 fun:_ZN7WebCore19DatasetDOMStringMap10deleteItemERKN3WTF6StringERi 3888 fun:_ZN7WebCore19DatasetDOMStringMap10deleteItemERKN3WTF6StringERi
3889 fun:_ZN7WebCore14V8DOMStringMap20namedPropertyDeleterEN2v85LocalINS1_6StringE EERKNS1_12AccessorInfoE 3889 fun:_ZN7WebCore14V8DOMStringMap20namedPropertyDeleterEN2v85LocalINS1_6StringE EERKNS1_12AccessorInfoE
3890 fun:_ZN2v88internal8JSObject29DeletePropertyWithInterceptorEPNS0_6StringE 3890 fun:_ZN2v88internal8JSObject29DeletePropertyWithInterceptorEPNS0_6StringE
3891 obj:* 3891 obj:*
3892 } 3892 }
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
5400 } 5400 }
5401 { 5401 {
5402 bug_todo_getdelim2 5402 bug_todo_getdelim2
5403 Memcheck:Leak 5403 Memcheck:Leak
5404 fun:malloc 5404 fun:malloc
5405 fun:getdelim 5405 fun:getdelim
5406 obj:/lib/libselinux.so.1 5406 obj:/lib/libselinux.so.1
5407 obj:/lib/libselinux.so.1 5407 obj:/lib/libselinux.so.1
5408 obj:/lib/libselinux.so.1 5408 obj:/lib/libselinux.so.1
5409 } 5409 }
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