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

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

Issue 8269001: Suppress flaky V8 leaks on CrOS (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 | « 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 4604 matching lines...) Expand 10 before | Expand all | Expand 10 after
4615 fun:_ZN4base5Value17CreateDoubleValueEd 4615 fun:_ZN4base5Value17CreateDoubleValueEd
4616 fun:_ZN40V8ValueConverterImplTest_WeirdTypes_Test8TestBodyEv 4616 fun:_ZN40V8ValueConverterImplTest_WeirdTypes_Test8TestBodyEv
4617 } 4617 }
4618 { 4618 {
4619 bug_99166 4619 bug_99166
4620 Memcheck:Leak 4620 Memcheck:Leak
4621 ... 4621 ...
4622 fun:_ZN22AppNotificationStorage6CreateERK8FilePath 4622 fun:_ZN22AppNotificationStorage6CreateERK8FilePath
4623 } 4623 }
4624 { 4624 {
4625 bug_99304
4626 Memcheck:Leak
4627 fun:_Znw*
4628 fun:_ZN2v88internal8SkipList6UpdateEPhi
4629 fun:_ZN2v88internal10PagedSpace11AllocateRawEi
4630 fun:_ZN2v88internal12Deserializer8AllocateEiPNS0_5SpaceEi
4631 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
4632 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
4633 fun:_ZN2v88internal12Deserializer10ReadObjectEiPNS0_5SpaceEPPNS0_6ObjectE
4634 fun:_ZN2v88internal12Deserializer9ReadChunkEPPNS0_6ObjectES4_iPh
4635 fun:_ZN2v88internal12Deserializer13VisitPointersEPPNS0_6ObjectES4_
4636 }
4637 {
4625 bug_99307 4638 bug_99307
4626 Memcheck:Value4 4639 Memcheck:Value4
4627 fun:modp_b64_encode 4640 fun:modp_b64_encode
4628 fun:_ZN4base12Base64EncodeERKNS_11StringPieceEPSs 4641 fun:_ZN4base12Base64EncodeERKNS_11StringPieceEPSs
4629 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap 4642 fun:_ZN11web_ui_util15GetImageDataUrlERK8SkBitmap
4630 fun:_ZN22InternetOptionsHandler10GetNetworkERKSsRK8SkBitmapS1_bbbN8chromeos14 ConnectionTypeEbbNS5_15ActivationStateEb 4643 fun:_ZN22InternetOptionsHandler10GetNetworkERKSsRK8SkBitmapS1_bbbN8chromeos14 ConnectionTypeEbbNS5_15ActivationStateEb
4631 ... 4644 ...
4632 fun:_ZN22InternetOptionsHandler15FillNetworkInfoEPN4base15DictionaryValueE 4645 fun:_ZN22InternetOptionsHandler15FillNetworkInfoEPN4base15DictionaryValueE
4633 } 4646 }
4634 { 4647 {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
4701 } 4714 }
4702 { 4715 {
4703 bug_todo_getdelim2 4716 bug_todo_getdelim2
4704 Memcheck:Leak 4717 Memcheck:Leak
4705 fun:malloc 4718 fun:malloc
4706 fun:getdelim 4719 fun:getdelim
4707 obj:/lib/libselinux.so.1 4720 obj:/lib/libselinux.so.1
4708 obj:/lib/libselinux.so.1 4721 obj:/lib/libselinux.so.1
4709 obj:/lib/libselinux.so.1 4722 obj:/lib/libselinux.so.1
4710 } 4723 }
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