| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 fun:*ScopedTestNSSDB | 259 fun:*ScopedTestNSSDB |
| 260 } | 260 } |
| 261 { | 261 { |
| 262 bug_156433_b | 262 bug_156433_b |
| 263 Heapcheck:Leak | 263 Heapcheck:Leak |
| 264 fun:PORT_Alloc_Util | 264 fun:PORT_Alloc_Util |
| 265 fun:crypto::::NSSInitSingleton::OpenUserDB | 265 fun:crypto::::NSSInitSingleton::OpenUserDB |
| 266 fun:crypto::::NSSInitSingleton::OpenTestNSSDB | 266 fun:crypto::::NSSInitSingleton::OpenTestNSSDB |
| 267 fun:*ScopedTestNSSDB | 267 fun:*ScopedTestNSSDB |
| 268 } | 268 } |
| 269 { |
| 270 bug_156829 |
| 271 Heapcheck:Leak |
| 272 ... |
| 273 fun:media_stream::AudioInputDeviceManager::EnumerateOnDeviceThread |
| 274 } |
| 269 | 275 |
| 270 | 276 |
| 271 #----------------------------------------------------------------------- | 277 #----------------------------------------------------------------------- |
| 272 # 2. intentional unit test errors, or stuff that is somehow a false positive | 278 # 2. intentional unit test errors, or stuff that is somehow a false positive |
| 273 # in our own code, or stuff that is so trivial it's not worth fixing | 279 # in our own code, or stuff that is so trivial it's not worth fixing |
| 274 { | 280 { |
| 275 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). | 281 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
| 276 Heapcheck:Leak | 282 Heapcheck:Leak |
| 277 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 283 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
| 278 } | 284 } |
| (...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1576 Heapcheck:Leak | 1582 Heapcheck:Leak |
| 1577 ... | 1583 ... |
| 1578 fun:TestURLRequestContext::Init | 1584 fun:TestURLRequestContext::Init |
| 1579 fun:TestURLRequestContext::TestURLRequestContext | 1585 fun:TestURLRequestContext::TestURLRequestContext |
| 1580 fun:TestURLRequestContextGetter::GetURLRequestContext | 1586 fun:TestURLRequestContextGetter::GetURLRequestContext |
| 1581 fun:predictors::TestResourcePrefetcherDelegate::GetURLRequestContext | 1587 fun:predictors::TestResourcePrefetcherDelegate::GetURLRequestContext |
| 1582 fun:predictors::ResourcePrefetcher::SendRequest | 1588 fun:predictors::ResourcePrefetcher::SendRequest |
| 1583 fun:predictors::ResourcePrefetcher::TryToLaunchPrefetchRequests | 1589 fun:predictors::ResourcePrefetcher::TryToLaunchPrefetchRequests |
| 1584 fun:predictors::ResourcePrefetcher::Start | 1590 fun:predictors::ResourcePrefetcher::Start |
| 1585 } | 1591 } |
| OLD | NEW |