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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 fun:_ZN12_GLOBAL__N_115KillProcessTask3RunEv | 1042 fun:_ZN12_GLOBAL__N_115KillProcessTask3RunEv |
1043 fun:_ZN11MessageLoop7RunTaskEP4Task | 1043 fun:_ZN11MessageLoop7RunTaskEP4Task |
1044 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 1044 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
1045 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE | 1045 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE |
1046 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE | 1046 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE |
1047 fun:_ZN11MessageLoop11RunInternalEv | 1047 fun:_ZN11MessageLoop11RunInternalEv |
1048 fun:_ZN11MessageLoop10RunHandlerEv | 1048 fun:_ZN11MessageLoop10RunHandlerEv |
1049 fun:_ZN11MessageLoop3RunEv | 1049 fun:_ZN11MessageLoop3RunEv |
1050 fun:_Z10WorkerMainRK18MainFunctionParams | 1050 fun:_Z10WorkerMainRK18MainFunctionParams |
1051 } | 1051 } |
| 1052 { |
| 1053 bug_23197 |
| 1054 Memcheck:Leak |
| 1055 fun:malloc |
| 1056 fun:_ZN3WTF10fastMallocEj |
| 1057 fun:_ZN7WebCore10StringImpl19createUninitializedEjRPt |
| 1058 fun:_ZN7WebCore10StringImpl6createEPKtj |
| 1059 fun:_ZN6WebKit9WebString6assignEPKtj |
| 1060 fun:_ZN6WebKit9WebStringC1ERKSbItN4base20string16_char_traitsESaItEE |
| 1061 fun:_ZNK14WebPreferences5ApplyEP7WebView |
| 1062 fun:_ZN10RenderView4InitEiPN4base13WaitableEventEiRK19RendererPreferencesPNS0
_14RefCountedDataIiEEi |
| 1063 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiPN4base13WaitableEventEiRK19Re
ndererPreferencesRK14WebPreferencesPNS2_14RefCountedDataIiEEi |
| 1064 fun:_ZN12RenderThread15OnCreateNewViewEi16ModalDialogEventRK19RendererPrefere
ncesRK14WebPreferencesi |
| 1065 fun:_Z16DispatchToMethodI12RenderThreadMS0_Fvi16ModalDialogEventRK19RendererP
referencesRK14WebPreferencesiEiS1_S2_S5_iEvPT_T0_RK6Tuple5IT1_T2_T3_T4_T5_E |
| 1066 fun:_ZN3IPC16MessageWithTupleI6Tuple5Ii16ModalDialogEvent19RendererPreference
s14WebPreferencesiEE8DispatchI12RenderThreadMS8_FviS2_RKS3_RKS4_iEEEbPKNS_7Messa
geEPT_T0_ |
| 1067 fun:_ZN12RenderThread24OnControlMessageReceivedERKN3IPC7MessageE |
| 1068 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE |
| 1069 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE |
| 1070 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3
_EvPT_T0_RK6Tuple1IT1_E |
| 1071 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu
ple1IS3_EE3RunEv |
| 1072 fun:_ZN11MessageLoop7RunTaskEP4Task |
| 1073 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
| 1074 fun:_ZN11MessageLoop6DoWorkEv |
| 1075 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE |
| 1076 fun:_ZN11MessageLoop11RunInternalEv |
| 1077 fun:_ZN11MessageLoop10RunHandlerEv |
| 1078 fun:_ZN11MessageLoop3RunEv |
| 1079 fun:_Z12RendererMainRK18MainFunctionParams |
| 1080 fun:ChromeMain |
| 1081 fun:main |
| 1082 } |
OLD | NEW |