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

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

Issue 10091043: FileSystemURLRequestJobTest leaking again -- suppress (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 5694 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 Memcheck:Unaddressable 5705 Memcheck:Unaddressable
5706 fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Ta skEEE 5706 fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4Ta skEEE
5707 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv 5707 fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv
5708 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv 5708 fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv
5709 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv 5709 fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv
5710 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_ 5710 fun:_ZN7WebCore13LayerChromium11removeChildEPS0_
5711 fun:_ZN7WebCore13LayerChromium16removeFromParentEv 5711 fun:_ZN7WebCore13LayerChromium16removeFromParentEv
5712 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv 5712 fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv
5713 } 5713 }
5714 { 5714 {
5715 bug_123302
5716 Memcheck:Leak
5717 fun:_Znw*
5718 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5719 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b
5720 fun:_ZN3net15FileStreamPosix5CloseERKN4base8CallbackIFviEEE
5721 fun:_ZN3net10FileStream5CloseERKN4base8CallbackIFviEEE
5722 fun:_ZN11webkit_blob15LocalFileReaderD1Ev
5723 fun:_ZN10scoped_ptrIN11webkit_blob15LocalFileReaderEE5resetEPS1_
5724 fun:_ZN7fileapi23FileSystemURLRequestJob4KillEv
5725 fun:_ZN7fileapi27FileSystemURLRequestJobTest8TearDownEv
5726 }
5727 {
5715 bug_123307 5728 bug_123307
5716 Memcheck:Leak 5729 Memcheck:Leak
5717 fun:malloc 5730 fun:malloc
5718 fun:_ZN3WTF10fastMallocEm 5731 fun:_ZN3WTF10fastMallocEm
5719 fun:_ZN3WTF16fastZeroedMallocEm 5732 fun:_ZN3WTF16fastZeroedMallocEm
5720 ... 5733 ...
5721 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS 3_EERKj 5734 fun:_ZN7WebCore12_GLOBAL__N_111V8ObjectMapIN2v86ObjectEjE3setERKNS2_6HandleIS 3_EERKj
5722 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6Obje ctEEE 5735 fun:_ZN7WebCore12_GLOBAL__N_110Serializer10greyObjectERKN2v86HandleINS2_6Obje ctEEE
5723 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE 5736 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE
5724 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE 5737 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
(...skipping 27 matching lines...) Expand all
5752 obj:/lib/libselinux.so.1 5765 obj:/lib/libselinux.so.1
5753 } 5766 }
5754 { 5767 {
5755 bug_todo_grep 5768 bug_todo_grep
5756 Memcheck:Leak 5769 Memcheck:Leak
5757 fun:malloc 5770 fun:malloc
5758 obj:/bin/grep 5771 obj:/bin/grep
5759 obj:/bin/grep 5772 obj:/bin/grep
5760 } 5773 }
5761 5774
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