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

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

Issue 8071026: Heapcheck and Valgrind suppressions for ExtensionSettingsStorageTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « 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 4604 matching lines...) Expand 10 before | Expand all | Expand 10 after
4615 fun:vorbis_decode_frame 4615 fun:vorbis_decode_frame
4616 fun:avcodec_decode_audio3 4616 fun:avcodec_decode_audio3
4617 } 4617 }
4618 { 4618 {
4619 bug_96773b 4619 bug_96773b
4620 Memcheck:Value8 4620 Memcheck:Value8
4621 ... 4621 ...
4622 fun:vorbis_decode_frame 4622 fun:vorbis_decode_frame
4623 fun:avcodec_decode_audio3 4623 fun:avcodec_decode_audio3
4624 } 4624 }
4625 {
4626 bug_98538
4627 Memcheck:Leak
4628 ...
4629 fun:*ExtensionSettingsStorageTest*
4630 }
4625 4631
4626 #----------------------------------------------------------------------- 4632 #-----------------------------------------------------------------------
4627 # 4. These only occur on our Google workstations 4633 # 4. These only occur on our Google workstations
4628 { 4634 {
4629 bug_todo_freeres 4635 bug_todo_freeres
4630 Memcheck:Free 4636 Memcheck:Free
4631 fun:free 4637 fun:free
4632 fun:__libc_freeres 4638 fun:__libc_freeres
4633 fun:_vgnU_freeres 4639 fun:_vgnU_freeres
4634 fun:_Exit 4640 fun:_Exit
(...skipping 10 matching lines...) Expand all
4645 } 4651 }
4646 { 4652 {
4647 bug_todo_getdelim2 4653 bug_todo_getdelim2
4648 Memcheck:Leak 4654 Memcheck:Leak
4649 fun:malloc 4655 fun:malloc
4650 fun:getdelim 4656 fun:getdelim
4651 obj:/lib/libselinux.so.1 4657 obj:/lib/libselinux.so.1
4652 obj:/lib/libselinux.so.1 4658 obj:/lib/libselinux.so.1
4653 obj:/lib/libselinux.so.1 4659 obj:/lib/libselinux.so.1
4654 } 4660 }
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