| OLD | NEW |
| 1 # There are three kinds of suppressions in this file. | 1 # There are three 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 4541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4552 Memcheck:Leak | 4552 Memcheck:Leak |
| 4553 fun:_Znw* | 4553 fun:_Znw* |
| 4554 fun:_ZN6chrome26ChromeContentBrowserClient31BrowserRenderProcessHostCreatedEP
24BrowserRenderProcessHost | 4554 fun:_ZN6chrome26ChromeContentBrowserClient31BrowserRenderProcessHostCreatedEP
24BrowserRenderProcessHost |
| 4555 fun:_ZN24BrowserRenderProcessHost4InitEb | 4555 fun:_ZN24BrowserRenderProcessHost4InitEb |
| 4556 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE
SaItEE | 4556 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE
SaItEE |
| 4557 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost | 4557 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost |
| 4558 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio
nEntry | 4558 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio
nEntry |
| 4559 ... | 4559 ... |
| 4560 fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry | 4560 fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry |
| 4561 fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationControl
ler10ReloadTypeE | 4561 fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationControl
ler10ReloadTypeE |
| 4562 fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadT
ypeE | |
| 4563 } | 4562 } |
| 4564 { | 4563 { |
| 4565 bug_82719 | 4564 bug_82719 |
| 4566 Memcheck:Cond | 4565 Memcheck:Cond |
| 4567 fun:_ZN2v88internal22SafeStackFrameIterator18ExitFrameValidator9IsValidFPEPh | 4566 fun:_ZN2v88internal22SafeStackFrameIterator18ExitFrameValidator9IsValidFPEPh |
| 4568 } | 4567 } |
| 4569 { | 4568 { |
| 4570 bug_82770a | 4569 bug_82770a |
| 4571 Memcheck:Addr4 | 4570 Memcheck:Addr4 |
| 4572 ... | 4571 ... |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4621 } | 4620 } |
| 4622 { | 4621 { |
| 4623 bug_todo_getdelim | 4622 bug_todo_getdelim |
| 4624 Memcheck:Leak | 4623 Memcheck:Leak |
| 4625 fun:malloc | 4624 fun:malloc |
| 4626 fun:getdelim | 4625 fun:getdelim |
| 4627 ... | 4626 ... |
| 4628 fun:call_init | 4627 fun:call_init |
| 4629 fun:_dl_init | 4628 fun:_dl_init |
| 4630 } | 4629 } |
| OLD | NEW |