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 4589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4600 fun:_Znw* | 4600 fun:_Znw* |
4601 fun:_ZN27ScopedRunnableMethodFactoryI13ThreadWatcherE17NewRunnableMethodIMS0_
FvyEyEEP14CancelableTaskT_RKT0_ | 4601 fun:_ZN27ScopedRunnableMethodFactoryI13ThreadWatcherE17NewRunnableMethodIMS0_
FvyEyEEP14CancelableTaskT_RKT0_ |
4602 fun:_ZN13ThreadWatcher15PostPingMessageEv | 4602 fun:_ZN13ThreadWatcher15PostPingMessageEv |
4603 fun:_Z16DispatchToMethodI13ThreadWatcherMS0_FvvEEvPT_T0_RK6Tuple0 | 4603 fun:_Z16DispatchToMethodI13ThreadWatcherMS0_FvvEEvPT_T0_RK6Tuple0 |
4604 fun:_ZN27ScopedRunnableMethodFactoryI13ThreadWatcherE14RunnableMethodIMS0_Fvv
E6Tuple0E3RunEv | 4604 fun:_ZN27ScopedRunnableMethodFactoryI13ThreadWatcherE14RunnableMethodIMS0_Fvv
E6Tuple0E3RunEv |
4605 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv | 4605 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv |
4606 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN12_GLOBAL__N_118Ta
skClosureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE | 4606 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN12_GLOBAL__N_118Ta
skClosureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE |
4607 fun:_ZNK4base8CallbackIFvvEE3RunEv | 4607 fun:_ZNK4base8CallbackIFvvEE3RunEv |
4608 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE | 4608 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE |
4609 } | 4609 } |
| 4610 { |
| 4611 bug_83609 |
| 4612 Memcheck:Leak |
| 4613 fun:_Znw* |
| 4614 fun:_ZN4base4BindIMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS2_EENS_8internal
20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ |
| 4615 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx |
| 4616 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP
4Taskxb |
| 4617 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task |
| 4618 } |
4610 #----------------------------------------------------------------------- | 4619 #----------------------------------------------------------------------- |
4611 # These only occur on our Google workstations | 4620 # These only occur on our Google workstations |
4612 { | 4621 { |
4613 bug_todo_freeres | 4622 bug_todo_freeres |
4614 Memcheck:Free | 4623 Memcheck:Free |
4615 fun:free | 4624 fun:free |
4616 fun:__libc_freeres | 4625 fun:__libc_freeres |
4617 fun:_vgnU_freeres | 4626 fun:_vgnU_freeres |
4618 fun:_Exit | 4627 fun:_Exit |
4619 fun:exit | 4628 fun:exit |
4620 } | 4629 } |
4621 { | 4630 { |
4622 bug_todo_getdelim | 4631 bug_todo_getdelim |
4623 Memcheck:Leak | 4632 Memcheck:Leak |
4624 fun:malloc | 4633 fun:malloc |
4625 fun:getdelim | 4634 fun:getdelim |
4626 ... | 4635 ... |
4627 fun:call_init | 4636 fun:call_init |
4628 fun:_dl_init | 4637 fun:_dl_init |
4629 } | 4638 } |
OLD | NEW |