OLD | NEW |
---|---|
1 # There are four kinds of suppressions in this file. | 1 # There are four 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 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3217 } | 3217 } |
3218 { | 3218 { |
3219 bug_76354 | 3219 bug_76354 |
3220 Memcheck:Leak | 3220 Memcheck:Leak |
3221 ... | 3221 ... |
3222 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs | 3222 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs |
3223 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv | 3223 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv |
3224 fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv | 3224 fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv |
3225 } | 3225 } |
3226 { | 3226 { |
3227 bug_77990 | 3227 # Intentionally leaking NSS to prevent shutdown crashes |
cbentzel
2011/12/07 13:14:52
This should move into either section 1 or section
| |
3228 bug_77990 (Intentional) | |
3228 Memcheck:Leak | 3229 Memcheck:Leak |
3229 fun:calloc | 3230 fun:calloc |
3230 ... | 3231 ... |
3231 fun:error_get_my_stack | 3232 fun:error_get_my_stack |
3232 fun:nss_ClearErrorStack | 3233 fun:nss_ClearErrorStack |
3233 fun:NSSArena_Destroy | 3234 fun:NSSArena_Destroy |
3234 fun:nssList_Destroy | |
3235 fun:nssCertificateStore_RemoveCertLOCKED | |
3236 fun:nssCertificate_Destroy | |
3237 ... | |
3238 fun:ssl_DestroySID | |
3239 fun:ssl_FreeLockedSID | |
3240 fun:UncacheSID | |
3241 fun:SSL_ClearSessionCache | |
3242 } | 3235 } |
3243 { | 3236 { |
3244 bug_78201 | 3237 bug_78201 |
3245 Memcheck:Leak | 3238 Memcheck:Leak |
3246 fun:_Znw* | 3239 fun:_Znw* |
3247 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv | 3240 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv |
3248 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv | 3241 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv |
3249 fun:_ZN16ExtensionService4InitEv | 3242 fun:_ZN16ExtensionService4InitEv |
3250 fun:_ZN11ProfileImpl14InitExtensionsE* | 3243 fun:_ZN11ProfileImpl14InitExtensionsE* |
3251 } | 3244 } |
(...skipping 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5441 obj:/lib/libselinux.so.1 | 5434 obj:/lib/libselinux.so.1 |
5442 obj:/lib/libselinux.so.1 | 5435 obj:/lib/libselinux.so.1 |
5443 } | 5436 } |
5444 { | 5437 { |
5445 bug_todo_grep | 5438 bug_todo_grep |
5446 Memcheck:Leak | 5439 Memcheck:Leak |
5447 fun:malloc | 5440 fun:malloc |
5448 obj:/bin/grep | 5441 obj:/bin/grep |
5449 obj:/bin/grep | 5442 obj:/bin/grep |
5450 } | 5443 } |
OLD | NEW |