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

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

Issue 23572020: Suppress leaks in sync_file_system::SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 7221 matching lines...) Expand 10 before | Expand all | Expand 10 after
7232 fun:_ZN3net19QuicPacketGenerator22SerializeAndSendPacketEv 7232 fun:_ZN3net19QuicPacketGenerator22SerializeAndSendPacketEv
7233 fun:_ZN3net19QuicPacketGenerator16SendQueuedFramesEv 7233 fun:_ZN3net19QuicPacketGenerator16SendQueuedFramesEv
7234 fun:_ZN3net19QuicPacketGenerator15AddControlFrameERKNS_9QuicFrameE 7234 fun:_ZN3net19QuicPacketGenerator15AddControlFrameERKNS_9QuicFrameE
7235 fun:_ZN3net14QuicConnection13SendRstStreamEjNS_22QuicRstStreamErrorCodeE 7235 fun:_ZN3net14QuicConnection13SendRstStreamEjNS_22QuicRstStreamErrorCodeE
7236 fun:_ZN3net11QuicSession13SendRstStreamEjNS_22QuicRstStreamErrorCodeE 7236 fun:_ZN3net11QuicSession13SendRstStreamEjNS_22QuicRstStreamErrorCodeE
7237 fun:_ZN3net17QuicClientSession13SendRstStreamEjNS_22QuicRstStreamErrorCodeE 7237 fun:_ZN3net17QuicClientSession13SendRstStreamEjNS_22QuicRstStreamErrorCodeE
7238 fun:_ZN3net18ReliableQuicStream5CloseENS_22QuicRstStreamErrorCodeE 7238 fun:_ZN3net18ReliableQuicStream5CloseENS_22QuicRstStreamErrorCodeE
7239 fun:_ZN3net14QuicHttpStream5CloseEb 7239 fun:_ZN3net14QuicHttpStream5CloseEb
7240 fun:_ZN3net4test40QuicStreamFactoryTest_MaxOpenStream_Test8TestBodyEv 7240 fun:_ZN3net4test40QuicStreamFactoryTest_MaxOpenStream_Test8TestBodyEv
7241 } 7241 }
7242 {
7243 bug_282646
7244 Memcheck:Leak
7245 fun:_Znw*
7246 fun:_ZN16sync_file_system21SyncFileSystemBackendC1EP7Profile
7247 fun:_ZN6chrome26ChromeContentBrowserClient31GetAdditionalFileSystemBackendsEP N7content14BrowserContextERKN4base8FilePathEP12ScopedVectorIN7fileapi17FileSyste mBackendEE
7248 fun:_ZN7content23CreateFileSystemContextEPNS_14BrowserContextERKN4base8FilePa thEbPN5quota17QuotaManagerProxyE
7249 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F ilePathE
7250 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b
7251 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon textERKSsS4_b
7252 }
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