OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |