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

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

Issue 8640003: Valgrind: Fix another suppression for bug 101146 post-move. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 4755 matching lines...) Expand 10 before | Expand all | Expand 10 after
4766 fun:_Znw* 4766 fun:_Znw*
4767 fun:_ZN7WebCoreL18makeExternalStringERKN3WTF6StringE 4767 fun:_ZN7WebCoreL18makeExternalStringERKN3WTF6StringE
4768 fun:_ZN7WebCore11StringCache20v8ExternalStringSlowEPN3WTF10StringImplE 4768 fun:_ZN7WebCore11StringCache20v8ExternalStringSlowEPN3WTF10StringImplE
4769 fun:_ZN7WebCore11StringCache16v8ExternalStringEPN3WTF10StringImplE 4769 fun:_ZN7WebCore11StringCache16v8ExternalStringEPN3WTF10StringImplE
4770 fun:_ZN7WebCore16v8ExternalStringERKN3WTF6StringE 4770 fun:_ZN7WebCore16v8ExternalStringERKN3WTF6StringE
4771 } 4771 }
4772 { 4772 {
4773 bug_101146a 4773 bug_101146a
4774 Memcheck:Leak 4774 Memcheck:Leak
4775 fun:_Znw* 4775 fun:_Znw*
4776 fun:_ZN11webkit_glue16WebURLLoaderImplC1Ev 4776 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
4777 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv 4777 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
4778 fun:_ZN7WebCore22ResourceHandleInternal5startEv 4778 fun:_ZN7WebCore22ResourceHandleInternal5startEv
4779 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE 4779 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE
4780 fun:_ZN7WebCore14ResourceHandle6createEPNS_17NetworkingContextERKNS_15Resourc eRequestEPNS_20ResourceHandleClientEbb 4780 fun:_ZN7WebCore14ResourceHandle6createEPNS_17NetworkingContextERKNS_15Resourc eRequestEPNS_20ResourceHandleClientEbb
4781 } 4781 }
4782 { 4782 {
4783 bug_101146b 4783 bug_101146b
4784 Memcheck:Leak 4784 Memcheck:Leak
4785 fun:_Znw* 4785 fun:_Znw*
4786 fun:_ZN18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBri dge11RequestInfoE 4786 fun:_ZN18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBri dge11RequestInfoE
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
5290 obj:/lib/libselinux.so.1 5290 obj:/lib/libselinux.so.1
5291 obj:/lib/libselinux.so.1 5291 obj:/lib/libselinux.so.1
5292 } 5292 }
5293 { 5293 {
5294 bug_todo_grep 5294 bug_todo_grep
5295 Memcheck:Leak 5295 Memcheck:Leak
5296 fun:malloc 5296 fun:malloc
5297 obj:/bin/grep 5297 obj:/bin/grep
5298 obj:/bin/grep 5298 obj:/bin/grep
5299 } 5299 }
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