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