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 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2500 Memcheck:Leak | 2500 Memcheck:Leak |
2501 fun:_Znw* | 2501 fun:_Znw* |
2502 ... | 2502 ... |
2503 fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile | 2503 fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile |
2504 ... | 2504 ... |
2505 fun:_ZN23OffTheRecordProfileImpl*Profile | 2505 fun:_ZN23OffTheRecordProfileImpl*Profile |
2506 fun:_ZN7Profile25CreateOffTheRecordProfileEv | 2506 fun:_ZN7Profile25CreateOffTheRecordProfileEv |
2507 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv | 2507 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv |
2508 } | 2508 } |
2509 { | 2509 { |
2510 bug_50968 | 2510 bug_50968_a |
2511 Memcheck:Leak | 2511 Memcheck:Leak |
2512 ... | 2512 ... |
2513 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv | 2513 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv |
2514 fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0 | 2514 fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0 |
2515 } | 2515 } |
2516 { | 2516 { |
| 2517 bug_50968_b |
| 2518 Memcheck:Addr4 |
| 2519 ... |
| 2520 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv |
| 2521 fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0 |
| 2522 } |
| 2523 |
| 2524 { |
2517 bug_56359_a | 2525 bug_56359_a |
2518 Memcheck:Leak | 2526 Memcheck:Leak |
2519 fun:_Znw* | 2527 fun:_Znw* |
2520 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE | 2528 fun:_ZN3net9HttpCache24GetBackendForTransactionEPNS0_11TransactionE |
2521 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv | 2529 fun:_ZN3net9HttpCache11Transaction12DoGetBackendEv |
2522 fun:_ZN3net9HttpCache11Transaction6DoLoopEi | 2530 fun:_ZN3net9HttpCache11Transaction6DoLoopEi |
2523 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRu
nnerI6Tuple1IiEERKNS_11BoundNetLogE | 2531 fun:_ZN3net9HttpCache11Transaction5StartEPKNS_15HttpRequestInfoEP14CallbackRu
nnerI6Tuple1IiEERKNS_11BoundNetLogE |
2524 fun:_ZN17URLRequestHttpJob16StartTransactionEv | 2532 fun:_ZN17URLRequestHttpJob16StartTransactionEv |
2525 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi | 2533 fun:_ZN17URLRequestHttpJob24OnCanGetCookiesCompletedEi |
2526 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv | 2534 fun:_ZN17URLRequestHttpJob23AddCookieHeaderAndStartEv |
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3608 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE | 3616 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE |
3609 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv | 3617 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv |
3610 fun:_ZN3IPC11SyncChannel11SyncContext16DispatchMessagesEv | 3618 fun:_ZN3IPC11SyncChannel11SyncContext16DispatchMessagesEv |
3611 fun:_ZN3IPC11SyncChannel23OnWaitableEventSignaledEPN4base13WaitableEventE | 3619 fun:_ZN3IPC11SyncChannel23OnWaitableEventSignaledEPN4base13WaitableEventE |
3612 fun:_ZN4base17AsyncCallbackTask3RunEv | 3620 fun:_ZN4base17AsyncCallbackTask3RunEv |
3613 fun:_ZN11MessageLoop7RunTaskEP4Task | 3621 fun:_ZN11MessageLoop7RunTaskEP4Task |
3614 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 3622 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
3615 fun:_ZN11MessageLoop6DoWorkEv | 3623 fun:_ZN11MessageLoop6DoWorkEv |
3616 } | 3624 } |
3617 | 3625 |
OLD | NEW |