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

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

Issue 1155073003: AppCache: Remove an unused memory leak suppression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 fun:_ZN4skia15ImageOperations6ResizeE* 1346 fun:_ZN4skia15ImageOperations6ResizeE*
1347 } 1347 }
1348 { 1348 {
1349 bug_106912 1349 bug_106912
1350 Memcheck:Leak 1350 Memcheck:Leak
1351 ... 1351 ...
1352 fun:*tracked_objects*ThreadData*InitializeThreadContext* 1352 fun:*tracked_objects*ThreadData*InitializeThreadContext*
1353 fun:*base*PlatformThread*SetName* 1353 fun:*base*PlatformThread*SetName*
1354 } 1354 }
1355 { 1355 {
1356 bug_111669
1357 Memcheck:Leak
1358 fun:_Znw*
1359 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
1360 }
1361 {
1362 bug_112278 1356 bug_112278
1363 Memcheck:Uninitialized 1357 Memcheck:Uninitialized
1364 fun:fetch_texel_2d_f_rgba8888 1358 fun:fetch_texel_2d_f_rgba8888
1365 ... 1359 ...
1366 fun:sample_nearest_2d 1360 fun:sample_nearest_2d
1367 fun:fetch_texel_lod 1361 fun:fetch_texel_lod
1368 fun:fetch_texel 1362 fun:fetch_texel
1369 fun:_mesa_execute_program 1363 fun:_mesa_execute_program
1370 fun:run_program* 1364 fun:run_program*
1371 fun:_swrast_exec_fragment_program 1365 fun:_swrast_exec_fragment_program
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 fun:calloc 3600 fun:calloc
3607 ... 3601 ...
3608 fun:ssl3_HandleClientHello 3602 fun:ssl3_HandleClientHello
3609 fun:ssl3_HandleHandshakeMessage 3603 fun:ssl3_HandleHandshakeMessage
3610 fun:ssl3_HandleHandshake 3604 fun:ssl3_HandleHandshake
3611 fun:ssl3_HandleRecord 3605 fun:ssl3_HandleRecord
3612 fun:ssl3_GatherCompleteHandshake 3606 fun:ssl3_GatherCompleteHandshake
3613 fun:SSL_ForceHandshake 3607 fun:SSL_ForceHandshake
3614 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv 3608 fun:_ZN3net18SSLServerSocketNSS11DoHandshakeEv
3615 } 3609 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698