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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 fun:views::NonClientView::ViewHierarchyChanged | 860 fun:views::NonClientView::ViewHierarchyChanged |
861 fun:views::View::ViewHierarchyChangedImpl | 861 fun:views::View::ViewHierarchyChangedImpl |
862 fun:views::View::PropagateAddNotifications | 862 fun:views::View::PropagateAddNotifications |
863 fun:views::View::AddChildViewAt | 863 fun:views::View::AddChildViewAt |
864 fun:views::View::AddChildView | 864 fun:views::View::AddChildView |
865 fun:views::internal::RootView::SetContentsView | 865 fun:views::internal::RootView::SetContentsView |
866 fun:views::Widget::SetContentsView | 866 fun:views::Widget::SetContentsView |
867 fun:views::Widget::Init | 867 fun:views::Widget::Init |
868 fun:BrowserFrame::InitBrowserFrame | 868 fun:BrowserFrame::InitBrowserFrame |
869 } | 869 } |
OLD | NEW |