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

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

Issue 8849008: Update RenderProcessHostCreated suppression for new content/chrome split. (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 3423 matching lines...) Expand 10 before | Expand all | Expand 10 after
3434 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE 3434 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
3435 fun:_ZN3net10URLRequest5StartEv 3435 fun:_ZN3net10URLRequest5StartEv
3436 fun:_ZN10URLFetcher4Core15StartURLRequestEv 3436 fun:_ZN10URLFetcher4Core15StartURLRequestEv
3437 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv 3437 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv
3438 } 3438 }
3439 { 3439 {
3440 bug_82717 3440 bug_82717
3441 Memcheck:Leak 3441 Memcheck:Leak
3442 fun:_Znw* 3442 fun:_Znw*
3443 ... 3443 ...
3444 fun:_ZN6chrome26ChromeContentBrowserClient31BrowserRenderProcessHostCreatedEP 24BrowserRenderProcessHost 3444 fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7conte nt17RenderProcessHostE
3445 fun:_ZN24BrowserRenderProcessHost4InitEb 3445 fun:_ZN21RenderProcessHostImpl4InitEb
3446 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE 3446 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE
3447 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost 3447 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost
3448 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio nEntry 3448 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio nEntry
3449 ... 3449 ...
3450 fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry 3450 fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry
3451 fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationControl ler10ReloadTypeE 3451 fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationControl ler10ReloadTypeE
3452 } 3452 }
3453 { 3453 {
3454 bug_83566 3454 bug_83566
3455 Memcheck:Unaddressable 3455 Memcheck:Unaddressable
(...skipping 1898 matching lines...) Expand 10 before | Expand all | Expand 10 after
5354 obj:/lib/libselinux.so.1 5354 obj:/lib/libselinux.so.1
5355 obj:/lib/libselinux.so.1 5355 obj:/lib/libselinux.so.1
5356 } 5356 }
5357 { 5357 {
5358 bug_todo_grep 5358 bug_todo_grep
5359 Memcheck:Leak 5359 Memcheck:Leak
5360 fun:malloc 5360 fun:malloc
5361 obj:/bin/grep 5361 obj:/bin/grep
5362 obj:/bin/grep 5362 obj:/bin/grep
5363 } 5363 }
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