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 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3207 } | 3207 } |
3208 { | 3208 { |
3209 bug_61753/Addr4 | 3209 bug_61753/Addr4 |
3210 Memcheck:Addr4 | 3210 Memcheck:Addr4 |
3211 ... | 3211 ... |
3212 fun:pkix_* | 3212 fun:pkix_* |
3213 ... | 3213 ... |
3214 fun:CERT_PKIXVerifyCert | 3214 fun:CERT_PKIXVerifyCert |
3215 } | 3215 } |
3216 { | 3216 { |
3217 bug_61753/Leak | 3217 bug_61753/Leak (a) |
3218 Memcheck:Leak | 3218 Memcheck:Leak |
3219 ... | 3219 ... |
3220 fun:PR_*alloc | 3220 fun:PR_*alloc |
3221 ... | 3221 ... |
3222 fun:*nss* | 3222 fun:*nss* |
3223 fun:*Singleton* | 3223 fun:*Singleton* |
3224 } | 3224 } |
3225 { | 3225 { |
| 3226 bug_61753/Leak (b) |
| 3227 Memcheck:Leak |
| 3228 ... |
| 3229 fun:pkix_* |
| 3230 ... |
| 3231 fun:CERT_PKIXVerifyCert |
| 3232 } |
| 3233 { |
3226 bug_61753/Param | 3234 bug_61753/Param |
3227 Memcheck:Param | 3235 Memcheck:Param |
3228 ... | 3236 ... |
3229 fun:pkix_* | 3237 fun:pkix_* |
3230 ... | 3238 ... |
3231 fun:CERT_PKIXVerifyCert | 3239 fun:CERT_PKIXVerifyCert |
3232 } | 3240 } |
3233 { | 3241 { |
3234 bug_62505 | 3242 bug_62505 |
3235 Memcheck:Leak | 3243 Memcheck:Leak |
3236 ... | 3244 ... |
3237 fun:_ZNK15DictionaryValue8DeepCopyEv | 3245 fun:_ZNK15DictionaryValue8DeepCopyEv |
3238 fun:_ZN6policy27DeviceManagementPolicyCache9GetPolicyEv | 3246 fun:_ZN6policy27DeviceManagementPolicyCache9GetPolicyEv |
3239 fun:_ZN6policy30DeviceManagementPolicyProvider7ProvideEPNS_33ConfigurationPol
icyStoreInterfaceE | 3247 fun:_ZN6policy30DeviceManagementPolicyProvider7ProvideEPNS_33ConfigurationPol
icyStoreInterfaceE |
3240 fun:*policy*DeviceManagementPolicyProviderTest* | 3248 fun:*policy*DeviceManagementPolicyProviderTest* |
3241 } | 3249 } |
OLD | NEW |