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 3083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3094 } | 3094 } |
3095 | 3095 |
3096 { | 3096 { |
3097 bug_46144 | 3097 bug_46144 |
3098 Memcheck:Leak | 3098 Memcheck:Leak |
3099 fun:malloc | 3099 fun:malloc |
3100 fun:_ZN3WTF10fastMallocEj | 3100 fun:_ZN3WTF10fastMallocEj |
3101 fun:_ZN3WTF13FastAllocBasenwEj | 3101 fun:_ZN3WTF13FastAllocBasenwEj |
3102 fun:_ZN3WTF20ThreadIdentifierData10initializeEj | 3102 fun:_ZN3WTF20ThreadIdentifierData10initializeEj |
3103 } | 3103 } |
| 3104 |
| 3105 { |
| 3106 bug_46163 |
| 3107 Memcheck:Leak |
| 3108 fun:_Znw* |
| 3109 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
| 3110 fun:_ZN11MessageLoop11RunInternalEv |
| 3111 fun:_ZN11MessageLoop10RunHandlerEv |
| 3112 } |
| 3113 |
| 3114 { |
| 3115 bug_46162 |
| 3116 Memcheck:Leak |
| 3117 fun:malloc |
| 3118 fun:_ZN3WTF10fastMallocEj |
| 3119 fun:_ZN3WTF13FastAllocBasenwEj |
| 3120 fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEE3setEPS1_ |
| 3121 fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEEcvPS1_Ev |
| 3122 fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEEdeEv |
| 3123 fun:_ZN3WTF13wtfThreadDataEv |
| 3124 fun:_ZN7WebCore11stringTableEv |
| 3125 fun:_ZN7WebCore12AtomicString3addEPKc |
| 3126 fun:_ZN7WebCore12AtomicStringC1EPKc |
| 3127 fun:_ZN7WebCore12AtomicString4initEv |
| 3128 fun:_ZN6WebKit10initializeEPNS_12WebKitClientE |
| 3129 fun:_ZN12WebKitThread20InternalWebKitThread4InitEv |
| 3130 fun:_ZN4base6Thread10ThreadMainEv |
| 3131 } |
| 3132 |
| 3133 { |
| 3134 bug_46161 |
| 3135 Memcheck:Leak |
| 3136 fun:_Znw* |
| 3137 fun:_ZN3net14DnsReloadTimer7ExpiredEv |
| 3138 fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressList
EPi |
| 3139 fun:_ZN3net15ResolveAddrInfoEPNS_16HostResolverProcERKSsNS_13AddressFamilyEiP
NS_11AddressListEPi |
| 3140 fun:_ZN3net16HostResolverImpl3Job8DoLookupEv |
| 3141 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple
0 |
| 3142 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv |
| 3143 } |
OLD | NEW |