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

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

Issue 8585039: Valgrind: webkit/glue -> webkit/media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 4692 matching lines...) Expand 10 before | Expand all | Expand 10 after
4703 { 4703 {
4704 bug_100330 4704 bug_100330
4705 Memcheck:Leak 4705 Memcheck:Leak
4706 fun:_Znw* 4706 fun:_Znw*
4707 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE 4707 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE
4708 } 4708 }
4709 { 4709 {
4710 bug_100583 4710 bug_100583
4711 Memcheck:Leak 4711 Memcheck:Leak
4712 fun:_Znw* 4712 fun:_Znw*
4713 fun:_ZN11webkit_glue18WebMediaPlayerImpl10InitializeEPN6WebKit8WebFrameEb13sc oped_refptrINS_16WebVideoRendererEE 4713 fun:_ZN11webkit_media18WebMediaPlayerImpl10InitializeEPN6WebKit8WebFrameEb13s coped_refptrINS_16WebVideoRendererEE
4714 ... 4714 ...
4715 fun:_ZN6WebKitL20createWebMediaPlayerEPNS_20WebMediaPlayerClientEPN7WebCore5F rameE 4715 fun:_ZN6WebKitL20createWebMediaPlayerEPNS_20WebMediaPlayerClientEPN7WebCore5F rameE
4716 fun:_ZN6WebKit24WebMediaPlayerClientImpl12loadInternalEv 4716 fun:_ZN6WebKit24WebMediaPlayerClientImpl12loadInternalEv
4717 fun:_ZN6WebKit24WebMediaPlayerClientImpl4loadERKN3WTF6StringE 4717 fun:_ZN6WebKit24WebMediaPlayerClientImpl4loadERKN3WTF6StringE
4718 fun:_ZN7WebCore11MediaPlayer23loadWithNextMediaEngineEPNS_18MediaPlayerFactor yE 4718 fun:_ZN7WebCore11MediaPlayer23loadWithNextMediaEngineEPNS_18MediaPlayerFactor yE
4719 fun:_ZN7WebCore11MediaPlayer4loadERKN3WTF6StringERKNS_11ContentTypeE 4719 fun:_ZN7WebCore11MediaPlayer4loadERKN3WTF6StringERKNS_11ContentTypeE
4720 fun:_ZN7WebCore16HTMLMediaElement12loadResourceERKNS_4KURLERNS_11ContentTypeE 4720 fun:_ZN7WebCore16HTMLMediaElement12loadResourceERKNS_4KURLERNS_11ContentTypeE
4721 ... 4721 ...
4722 fun:_ZN7WebCore16HTMLMediaElement19selectMediaResourceEv 4722 fun:_ZN7WebCore16HTMLMediaElement19selectMediaResourceEv
4723 fun:_ZN7WebCore16HTMLMediaElement12loadInternalEv 4723 fun:_ZN7WebCore16HTMLMediaElement12loadInternalEv
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
5253 obj:/lib/libselinux.so.1 5253 obj:/lib/libselinux.so.1
5254 obj:/lib/libselinux.so.1 5254 obj:/lib/libselinux.so.1
5255 } 5255 }
5256 { 5256 {
5257 bug_todo_grep 5257 bug_todo_grep
5258 Memcheck:Leak 5258 Memcheck:Leak
5259 fun:malloc 5259 fun:malloc
5260 obj:/bin/grep 5260 obj:/bin/grep
5261 obj:/bin/grep 5261 obj:/bin/grep
5262 } 5262 }
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