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

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

Issue 11826029: Suppress leaks in ManagedModeURLFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« 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 6434 matching lines...) Expand 10 before | Expand all | Expand 10 after
6445 } 6445 }
6446 { 6446 {
6447 bug_167481b 6447 bug_167481b
6448 Memcheck:Uninitialized 6448 Memcheck:Uninitialized
6449 ... 6449 ...
6450 fun:encode_frame_to_data_rate 6450 fun:encode_frame_to_data_rate
6451 fun:vp8_get_compressed_data 6451 fun:vp8_get_compressed_data
6452 fun:vp8e_encode 6452 fun:vp8e_encode
6453 fun:vpx_codec_encode 6453 fun:vpx_codec_encode
6454 } 6454 }
6455 {
6456 bug_169042
6457 Memcheck:Leak
6458 ...
6459 fun:_ZN6policy12URLBlacklist10AddFiltersEbPKN4base9ListValueE
6460 fun:_ZN6policy12URLBlacklist5BlockEPKN4base9ListValueE
6461 fun:_ZN20ManagedModeURLFilter14SetManualListsE10scoped_ptrIN4base9ListValueEN S1_14DefaultDeleterIS2_EEES5_
6462 fun:_ZN20ManagedModeURLFilterC1Ev
6463 fun:_ZN11ManagedMode16URLFilterContextC1E13scoped_refptrIN4base19SequencedTas kRunnerEE
6464 fun:_ZN11ManagedModeC2Ev
6465 }
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