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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 fun:aura::RootWindowHost::Create | 198 fun:aura::RootWindowHost::Create |
199 } | 199 } |
200 { | 200 { |
201 bug_146464_c | 201 bug_146464_c |
202 Heapcheck:Leak | 202 Heapcheck:Leak |
203 fun:?? | 203 fun:?? |
204 ... | 204 ... |
205 fun:RootWindowHostLinux | 205 fun:RootWindowHostLinux |
206 fun:aura::RootWindowHost::Create | 206 fun:aura::RootWindowHost::Create |
207 } | 207 } |
| 208 # leak in OSMesa used to run compositor_unittests in bots. |
| 209 { |
| 210 bug_148477_a |
| 211 Heapcheck:Leak |
| 212 ... |
| 213 fun:gfx::GLContextOSMesa::MakeCurrent |
| 214 ... |
| 215 fun:webkit::gpu::WebGraphicsContext3DInProcessImpl::* |
| 216 } |
| 217 { |
| 218 bug_148477_b |
| 219 Heapcheck:Leak |
| 220 ... |
| 221 fun:webkit::gpu::WebGraphicsContext3DInProcessImpl::compileShader |
| 222 fun:WebCore::ProgramBindingBase::loadShader |
| 223 fun:WebCore::ProgramBindingBase::init |
| 224 fun:WebCore::ProgramBinding::ProgramBinding |
| 225 ... |
| 226 fun:WebCore::CCSingleThreadProxy::commitAndComposite |
| 227 fun:WebCore::CCSingleThreadProxy::compositeImmediately |
| 228 fun:WebCore::CCLayerTreeHost::composite |
| 229 fun:WebKit::WebLayerTreeViewImpl::composite |
| 230 } |
| 231 { |
| 232 bug_148477_c |
| 233 Heapcheck:Leak |
| 234 ... |
| 235 fun:webkit::gpu::WebGraphicsContext3DInProcessImpl::linkProgram |
| 236 fun:WebCore::ProgramBindingBase::link |
| 237 fun:WebCore::ProgramBinding::initialize |
| 238 ... |
| 239 fun:WebCore::CCRendererGL::drawQuad |
| 240 fun:WebCore::CCDirectRenderer::drawRenderPass |
| 241 fun:WebCore::CCDirectRenderer::drawFrame |
| 242 fun:WebCore::CCLayerTreeHostImpl::drawLayers |
| 243 fun:WebCore::CCSingleThreadProxy::doComposite |
| 244 fun:WebCore::CCSingleThreadProxy::commitAndComposite |
| 245 fun:WebCore::CCSingleThreadProxy::compositeImmediately |
| 246 fun:WebCore::CCLayerTreeHost::composite |
| 247 fun:WebKit::WebLayerTreeViewImpl::composite |
| 248 fun:ui::Compositor::Draw |
| 249 } |
| 250 |
208 | 251 |
209 #----------------------------------------------------------------------- | 252 #----------------------------------------------------------------------- |
210 # 2. intentional unit test errors, or stuff that is somehow a false positive | 253 # 2. intentional unit test errors, or stuff that is somehow a false positive |
211 # in our own code, or stuff that is so trivial it's not worth fixing | 254 # in our own code, or stuff that is so trivial it's not worth fixing |
212 { | 255 { |
213 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | 256 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
214 Heapcheck:Leak | 257 Heapcheck:Leak |
215 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 258 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
216 } | 259 } |
217 { | 260 { |
(...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1572 fun:ash::Shell::InitRootWindowController | 1615 fun:ash::Shell::InitRootWindowController |
1573 fun:ash::Shell::Init | 1616 fun:ash::Shell::Init |
1574 } | 1617 } |
1575 { | 1618 { |
1576 bug_147756_b | 1619 bug_147756_b |
1577 Heapcheck:Leak | 1620 Heapcheck:Leak |
1578 fun:ash::::CreateContainersInRootWindow | 1621 fun:ash::::CreateContainersInRootWindow |
1579 fun:ash::internal::RootWindowController::CreateContainers | 1622 fun:ash::internal::RootWindowController::CreateContainers |
1580 fun:ash::Shell::Init | 1623 fun:ash::Shell::Init |
1581 } | 1624 } |
OLD | NEW |