| OLD | NEW |
| 1 # There are four kinds of suppressions in this file. | 1 # There are four 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 } | 365 } |
| 366 { | 366 { |
| 367 Intentional leak for SampleMap (stores SparseHistogram counts). | 367 Intentional leak for SampleMap (stores SparseHistogram counts). |
| 368 Memcheck:Leak | 368 Memcheck:Leak |
| 369 ... | 369 ... |
| 370 fun:_ZN4base9SampleMap10AccumulateEii | 370 fun:_ZN4base9SampleMap10AccumulateEii |
| 371 ... | 371 ... |
| 372 fun:_ZN4base15SparseHistogram* | 372 fun:_ZN4base15SparseHistogram* |
| 373 } | 373 } |
| 374 { | 374 { |
| 375 Intentional leak for PersistentSampleMap (stores SparseHistogram counts). |
| 376 Memcheck:Leak |
| 377 ... |
| 378 fun:_ZN4base19PersistentSampleMap10AccumulateEii |
| 379 ... |
| 380 fun:_ZN4base15SparseHistogram* |
| 381 } |
| 382 { |
| 375 Intentional leak for BucketRanges. | 383 Intentional leak for BucketRanges. |
| 376 Memcheck:Leak | 384 Memcheck:Leak |
| 377 fun:_Znw* | 385 fun:_Znw* |
| 378 fun:_ZN4base12_GLOBAL__N_120CreateRangesFromDataEPijm | 386 fun:_ZN4base12_GLOBAL__N_120CreateRangesFromDataEPijm |
| 379 fun:_ZN4base28PersistentHistogramAllocator15CreateHistogramEPNS0_23Persistent
HistogramDataE | 387 fun:_ZN4base28PersistentHistogramAllocator15CreateHistogramEPNS0_23Persistent
HistogramDataE |
| 380 } | 388 } |
| 381 { | 389 { |
| 382 bug_73299 (Intentional) | 390 bug_73299 (Intentional) |
| 383 Memcheck:Leak | 391 Memcheck:Leak |
| 384 fun:_Znw* | 392 fun:_Znw* |
| (...skipping 3057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3442 ... | 3450 ... |
| 3443 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv | 3451 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv |
| 3444 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat
hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag
e20SpecialStoragePolicyEE | 3452 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat
hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag
e20SpecialStoragePolicyEE |
| 3445 } | 3453 } |
| 3446 { | 3454 { |
| 3447 bug_587544_b | 3455 bug_587544_b |
| 3448 Memcheck:Leak | 3456 Memcheck:Leak |
| 3449 ... | 3457 ... |
| 3450 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R
esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia
lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound
RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_ | 3458 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R
esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia
lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound
RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_ |
| 3451 } | 3459 } |
| OLD | NEW |