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 3762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3773 { | 3773 { |
3774 bug_124156 | 3774 bug_124156 |
3775 Memcheck:Leak | 3775 Memcheck:Leak |
3776 fun:_Znw* | 3776 fun:_Znw* |
3777 ... | 3777 ... |
3778 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE | 3778 fun:*WebKitPlatformSupport*20CreateResourceLoaderERKN11webkit_glue20ResourceL oaderBridge11RequestInfoE |
3779 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE | 3779 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN5blink13WebURLRequest EPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE |
3780 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE | 3780 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLR equestEPNS1_18WebURLLoaderClientE |
3781 } | 3781 } |
3782 { | 3782 { |
3783 bug_124445 | |
3784 Memcheck:Leak | |
3785 fun:calloc | |
3786 fun:PR_Calloc | |
wtc
2014/01/08 23:33:26
This suppression is too broad. The stack should ha
| |
3787 ... | |
3788 fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv | |
3789 ... | |
3790 fun:_ZN8remoting8protocol21AuthenticatorTestBase14RunChannelAuthEb | |
3791 } | |
3792 { | |
3783 bug_124488 | 3793 bug_124488 |
3784 Memcheck:Leak | 3794 Memcheck:Leak |
3785 fun:malloc | 3795 fun:malloc |
3786 fun:strdup | 3796 fun:strdup |
3787 ... | 3797 ... |
3788 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv | 3798 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv |
3789 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto rIiSaIiEE | 3799 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto rIiSaIiEE |
3790 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE | 3800 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE |
3791 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE | 3801 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE |
3792 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ | 3802 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_ |
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6340 } | 6350 } |
6341 { | 6351 { |
6342 bug_331925 | 6352 bug_331925 |
6343 Memcheck:Leak | 6353 Memcheck:Leak |
6344 ... | 6354 ... |
6345 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv | 6355 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv |
6346 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv | 6356 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv |
6347 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi | 6357 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi |
6348 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv | 6358 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv |
6349 } | 6359 } |
OLD | NEW |