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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 # 2. intentional unit test errors, or stuff that is somehow a false positive | 129 # 2. intentional unit test errors, or stuff that is somehow a false positive |
130 # in our own code, or stuff that is so trivial it's not worth fixing | 130 # in our own code, or stuff that is so trivial it's not worth fixing |
131 { | 131 { |
132 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | 132 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
133 Heapcheck:Leak | 133 Heapcheck:Leak |
134 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 134 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
135 } | 135 } |
136 { | 136 { |
137 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent | 137 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent |
138 Heapcheck:Leak | 138 Heapcheck:Leak |
139 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody | 139 fun:content::BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::Tes
tBody |
140 } | 140 } |
141 { | 141 { |
142 Intentional leak of *Histograms to avoid shutdown races | 142 Intentional leak of *Histograms to avoid shutdown races |
143 Heapcheck:Leak | 143 Heapcheck:Leak |
144 ... | 144 ... |
145 fun:base::*Histogram::FactoryGet | 145 fun:base::*Histogram::FactoryGet |
146 } | 146 } |
147 { | 147 { |
148 Intentional leak of stats histogram to avoid shutdown races | 148 Intentional leak of stats histogram to avoid shutdown races |
149 Heapcheck:Leak | 149 Heapcheck:Leak |
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1623 { | 1623 { |
1624 bug_100608 | 1624 bug_100608 |
1625 Heapcheck:Leak | 1625 Heapcheck:Leak |
1626 ... | 1626 ... |
1627 fun:SQLitePersistentCookieStore::Backend::LoadCookiesForDomains | 1627 fun:SQLitePersistentCookieStore::Backend::LoadCookiesForDomains |
1628 ... | 1628 ... |
1629 fun:base::internal::Invoker*::DoInvoke | 1629 fun:base::internal::Invoker*::DoInvoke |
1630 fun:base::Callback::Run | 1630 fun:base::Callback::Run |
1631 fun:MessageLoop::RunTask | 1631 fun:MessageLoop::RunTask |
1632 } | 1632 } |
| 1633 { |
| 1634 bug_102256 |
| 1635 Heapcheck:Leak |
| 1636 ... |
| 1637 fun:AutocompleteHistoryManager::SendSuggestions |
| 1638 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody |
| 1639 } |
OLD | NEW |