Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8823019: Mark the leak of bug 77990 as intentional and adjust the suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove the Mac-specific suppression Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | tools/valgrind/memcheck/suppressions_mac.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698