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 BucketRanges. |
| 376 Memcheck:Leak |
| 377 fun:_Znw* |
| 378 fun:_ZN4base12_GLOBAL__N_120CreateRangesFromDataEPijm |
| 379 fun:_ZN4base28PersistentHistogramAllocator15CreateHistogramEPNS0_23Persistent
HistogramDataE |
| 380 } |
| 381 { |
375 bug_73299 (Intentional) | 382 bug_73299 (Intentional) |
376 Memcheck:Leak | 383 Memcheck:Leak |
377 fun:_Znw* | 384 fun:_Znw* |
378 fun:_ZN7content17WorkerProcessHost20CreateMessageFiltersEi | 385 fun:_ZN7content17WorkerProcessHost20CreateMessageFiltersEi |
379 fun:_ZN7content17WorkerProcessHost4InitE* | 386 fun:_ZN7content17WorkerProcessHost4InitE* |
380 fun:_ZN7content17WorkerServiceImpl24CreateWorkerFromInstanceENS_17WorkerProce
ssHost14WorkerInstanceE | 387 fun:_ZN7content17WorkerServiceImpl24CreateWorkerFromInstanceENS_17WorkerProce
ssHost14WorkerInstanceE |
381 fun:_ZN7content17WorkerServiceImpl12CreateWorkerE* | 388 fun:_ZN7content17WorkerServiceImpl12CreateWorkerE* |
382 fun:_ZN7content19WorkerMessageFilter14OnCreateWorkerERK31ViewHostMsg_CreateWo
rker_ParamsPi | 389 fun:_ZN7content19WorkerMessageFilter14OnCreateWorkerERK31ViewHostMsg_CreateWo
rker_ParamsPi |
383 } | 390 } |
384 { | 391 { |
(...skipping 3050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3435 ... | 3442 ... |
3436 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv | 3443 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv |
3437 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat
hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag
e20SpecialStoragePolicyEE | 3444 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat
hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag
e20SpecialStoragePolicyEE |
3438 } | 3445 } |
3439 { | 3446 { |
3440 bug_587544_b | 3447 bug_587544_b |
3441 Memcheck:Leak | 3448 Memcheck:Leak |
3442 ... | 3449 ... |
3443 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R
esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia
lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound
RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_ | 3450 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R
esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia
lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound
RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_ |
3444 } | 3451 } |
3445 { | |
3446 bug_595408 | |
3447 Memcheck:Leak | |
3448 fun:_Znw* | |
3449 fun:_ZN4base12_GLOBAL__N_120CreateRangesFromDataEPijm | |
3450 fun:_ZN4base28PersistentHistogramAllocator15CreateHistogramEPNS0_23Persistent
HistogramDataE | |
3451 fun:_ZN4base28PersistentHistogramAllocator12GetHistogramEj | |
3452 fun:_ZN4base28PersistentHistogramAllocator26GetNextHistogramWithIgnoreEPNS0_8
IteratorEj | |
3453 fun:_ZN4base28PersistentHistogramAllocator16GetNextHistogramEPNS0_8IteratorE | |
3454 } | |
OLD | NEW |