OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |