| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 fun:WebCore::CCDirectRenderer::drawRenderPass | 240 fun:WebCore::CCDirectRenderer::drawRenderPass |
| 241 fun:WebCore::CCDirectRenderer::drawFrame | 241 fun:WebCore::CCDirectRenderer::drawFrame |
| 242 fun:WebCore::CCLayerTreeHostImpl::drawLayers | 242 fun:WebCore::CCLayerTreeHostImpl::drawLayers |
| 243 fun:WebCore::CCSingleThreadProxy::doComposite | 243 fun:WebCore::CCSingleThreadProxy::doComposite |
| 244 fun:WebCore::CCSingleThreadProxy::commitAndComposite | 244 fun:WebCore::CCSingleThreadProxy::commitAndComposite |
| 245 fun:WebCore::CCSingleThreadProxy::compositeImmediately | 245 fun:WebCore::CCSingleThreadProxy::compositeImmediately |
| 246 fun:WebCore::CCLayerTreeHost::composite | 246 fun:WebCore::CCLayerTreeHost::composite |
| 247 fun:WebKit::WebLayerTreeViewImpl::composite | 247 fun:WebKit::WebLayerTreeViewImpl::composite |
| 248 fun:ui::Compositor::Draw | 248 fun:ui::Compositor::Draw |
| 249 } | 249 } |
| 250 # There is not CloseTestNSSDB due to NSS bug 588269. |
| 251 # When NSS 3.14 is the minimum version required, this should be removed. |
| 252 # http://crbug.com/156433 . |
| 253 { |
| 254 bug_156433_a |
| 255 Heapcheck:Leak |
| 256 fun:sqlite3MemMalloc |
| 257 fun:crypto::::NSSInitSingleton::OpenUserDB |
| 258 fun:crypto::::NSSInitSingleton::OpenTestNSSDB |
| 259 fun:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
| 260 } |
| 261 { |
| 262 bug_156433_b |
| 263 Heapcheck:Leak |
| 264 fun:PORT_Alloc_Util |
| 265 fun:crypto::::NSSInitSingleton::OpenUserDB |
| 266 fun:crypto::::NSSInitSingleton::OpenTestNSSDB |
| 267 fun:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
| 268 } |
| 250 | 269 |
| 251 | 270 |
| 252 #----------------------------------------------------------------------- | 271 #----------------------------------------------------------------------- |
| 253 # 2. intentional unit test errors, or stuff that is somehow a false positive | 272 # 2. intentional unit test errors, or stuff that is somehow a false positive |
| 254 # in our own code, or stuff that is so trivial it's not worth fixing | 273 # in our own code, or stuff that is so trivial it's not worth fixing |
| 255 { | 274 { |
| 256 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | 275 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
| 257 Heapcheck:Leak | 276 Heapcheck:Leak |
| 258 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 277 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
| 259 } | 278 } |
| (...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1545 } | 1564 } |
| 1546 { | 1565 { |
| 1547 bug_153791 | 1566 bug_153791 |
| 1548 Heapcheck:Leak | 1567 Heapcheck:Leak |
| 1549 ... | 1568 ... |
| 1550 fun:PluginFinder::GetPluginMetadata | 1569 fun:PluginFinder::GetPluginMetadata |
| 1551 fun:PluginPrefs::EnablePlugin | 1570 fun:PluginPrefs::EnablePlugin |
| 1552 fun:PluginPrefsTest::EnablePluginSynchronously | 1571 fun:PluginPrefsTest::EnablePluginSynchronously |
| 1553 fun:PluginPrefsTest_UnifiedPepperFlashState_Test::TestBody | 1572 fun:PluginPrefsTest_UnifiedPepperFlashState_Test::TestBody |
| 1554 } | 1573 } |
| OLD | NEW |