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

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

Issue 9595027: Update suppression with RenderViewHostImpl change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « tools/valgrind/drmemory/suppressions.txt ('k') | 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 3320 matching lines...) Expand 10 before | Expand all | Expand 10 after
3331 fun:_ZN10URLFetcher4Core15StartURLRequestEv 3331 fun:_ZN10URLFetcher4Core15StartURLRequestEv
3332 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv 3332 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv
3333 } 3333 }
3334 { 3334 {
3335 bug_82717 3335 bug_82717
3336 Memcheck:Leak 3336 Memcheck:Leak
3337 fun:_Znw* 3337 fun:_Znw*
3338 ... 3338 ...
3339 fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7conte nt17RenderProcessHostE 3339 fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7conte nt17RenderProcessHostE
3340 fun:_ZN21RenderProcessHostImpl4InitEb 3340 fun:_ZN21RenderProcessHostImpl4InitEb
3341 fun:_ZN14RenderViewHost16CreateRenderView* 3341 fun:_ZN18RenderViewHostImpl16CreateRenderView*
3342 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost 3342 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost
3343 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRKN7content19 NavigationEntryImplE 3343 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRKN7content19 NavigationEntryImplE
3344 ... 3344 ...
3345 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE 3345 fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE
3346 fun:_ZN11TabContents15NavigateToEntryERKN7content19NavigationEntryImplENS0_20 NavigationController10ReloadTypeE 3346 fun:_ZN11TabContents15NavigateToEntryERKN7content19NavigationEntryImplENS0_20 NavigationController10ReloadTypeE
3347 } 3347 }
3348 { 3348 {
3349 bug_83566 3349 bug_83566
3350 Memcheck:Unaddressable 3350 Memcheck:Unaddressable
3351 fun:_ZN7WebCore*V8Entr*Callback11handleEvent* 3351 fun:_ZN7WebCore*V8Entr*Callback11handleEvent*
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
5928 obj:/lib/libselinux.so.1 5928 obj:/lib/libselinux.so.1
5929 obj:/lib/libselinux.so.1 5929 obj:/lib/libselinux.so.1
5930 } 5930 }
5931 { 5931 {
5932 bug_todo_grep 5932 bug_todo_grep
5933 Memcheck:Leak 5933 Memcheck:Leak
5934 fun:malloc 5934 fun:malloc
5935 obj:/bin/grep 5935 obj:/bin/grep
5936 obj:/bin/grep 5936 obj:/bin/grep
5937 } 5937 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698