| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 { | 147 { |
| 148 bug_51988_j | 148 bug_51988_j |
| 149 Heapcheck:Leak | 149 Heapcheck:Leak |
| 150 fun:sqlite3MemMalloc | 150 fun:sqlite3MemMalloc |
| 151 fun:chromeos::*::ListCertsInSlot | 151 fun:chromeos::*::ListCertsInSlot |
| 152 } | 152 } |
| 153 { | 153 { |
| 154 bug_119677 | 154 bug_119677 |
| 155 Heapcheck:Leak | 155 Heapcheck:Leak |
| 156 ... | 156 ... |
| 157 fun:DisplayChangeObserverX11 | 157 fun:DisplayChangeObserver |
| 158 fun:aura::Env::Init | 158 fun:aura::Env::Init |
| 159 fun:aura::Env::GetInstance | 159 fun:aura::Env::GetInstance |
| 160 } | 160 } |
| 161 { | 161 { |
| 162 bug_146464_a | 162 bug_146464_a |
| 163 Heapcheck:Leak | 163 Heapcheck:Leak |
| 164 fun:get_peer_sock_name | 164 fun:get_peer_sock_name |
| 165 fun:base::MessagePumpAuraX11::GetDefaultXDisplay | 165 fun:base::MessagePumpAuraX11::GetDefaultXDisplay |
| 166 } | 166 } |
| 167 { | 167 { |
| (...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 fun:views::View::AddChildViewAt | 868 fun:views::View::AddChildViewAt |
| 869 fun:views::NonClientView::ViewHierarchyChanged | 869 fun:views::NonClientView::ViewHierarchyChanged |
| 870 fun:views::View::ViewHierarchyChangedImpl | 870 fun:views::View::ViewHierarchyChangedImpl |
| 871 fun:views::View::PropagateAddNotifications | 871 fun:views::View::PropagateAddNotifications |
| 872 fun:views::View::AddChildViewAt | 872 fun:views::View::AddChildViewAt |
| 873 fun:views::View::AddChildView | 873 fun:views::View::AddChildView |
| 874 fun:views::internal::RootView::SetContentsView | 874 fun:views::internal::RootView::SetContentsView |
| 875 fun:views::Widget::SetContentsView | 875 fun:views::Widget::SetContentsView |
| 876 fun:views::Widget::Init | 876 fun:views::Widget::Init |
| 877 fun:BrowserFrame::InitBrowserFrame | 877 fun:BrowserFrame::InitBrowserFrame |
| 878 } | 878 } |
| OLD | NEW |