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

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

Issue 8797002: Widen leak suppression for Extension::Create() to cover rb_tree nodes in Manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More suppressions 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
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | 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 5314 matching lines...) Expand 10 before | Expand all | Expand 10 after
5325 { 5325 {
5326 bug_106326 5326 bug_106326
5327 Memcheck:Uninitialized 5327 Memcheck:Uninitialized
5328 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii 5328 fun:_ZN15tracked_objects9DeathData11RecordDeathEiii
5329 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii 5329 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEii
5330 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas e12TrackingInfoERKNS_11TrackedTimeES7_ 5330 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas e12TrackingInfoERKNS_11TrackedTimeES7_
5331 } 5331 }
5332 { 5332 {
5333 bug_106331 5333 bug_106331
5334 Memcheck:Leak 5334 Memcheck:Leak
5335 fun:_Znw* 5335 ...
5336 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss 5336 fun:_ZN9Extension6CreateERK8FilePathNS_8LocationERKN4base15DictionaryValueEiP Ss
5337 } 5337 }
5338 5338
5339 #----------------------------------------------------------------------- 5339 #-----------------------------------------------------------------------
5340 # 4. These only occur on our Google workstations 5340 # 4. These only occur on our Google workstations
5341 { 5341 {
5342 bug_todo_freeres 5342 bug_todo_freeres
5343 Memcheck:Free 5343 Memcheck:Free
5344 fun:free 5344 fun:free
5345 fun:__libc_freeres 5345 fun:__libc_freeres
(...skipping 19 matching lines...) Expand all
5365 obj:/lib/libselinux.so.1 5365 obj:/lib/libselinux.so.1
5366 obj:/lib/libselinux.so.1 5366 obj:/lib/libselinux.so.1
5367 } 5367 }
5368 { 5368 {
5369 bug_todo_grep 5369 bug_todo_grep
5370 Memcheck:Leak 5370 Memcheck:Leak
5371 fun:malloc 5371 fun:malloc
5372 obj:/bin/grep 5372 obj:/bin/grep
5373 obj:/bin/grep 5373 obj:/bin/grep
5374 } 5374 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698