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 | |
3787 ... | |
3788 fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv | |
3789 ... | |
3790 fun:_ZN8remoting8protocol21AuthenticatorTestBase14RunChannelAuthEb | |
3791 } | |
3792 { | |
3793 bug_124488 | 3783 bug_124488 |
3794 Memcheck:Leak | 3784 Memcheck:Leak |
3795 fun:malloc | 3785 fun:malloc |
3796 fun:strdup | 3786 fun:strdup |
3797 ... | 3787 ... |
3798 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv | 3788 fun:_ZN34CopyTextureCHROMIUMResourceManager10InitializeEv |
3799 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur
faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto
rIiSaIiEE | 3789 fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSur
faceEERKS2_INS3_9GLContextEERKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vecto
rIiSaIiEE |
3800 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2
_13GpuPreferenceE | 3790 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2
_13GpuPreferenceE |
3801 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si
zeES2_PKcPKiNS3_13GpuPreferenceE | 3791 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si
zeES2_PKcPKiNS3_13GpuPreferenceE |
3802 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ
eEN5blink20WebGraphicsContext3D10AttributesEPS3_ | 3792 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ
eEN5blink20WebGraphicsContext3D10AttributesEPS3_ |
(...skipping 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6413 } | 6403 } |
6414 { | 6404 { |
6415 bug_332335 | 6405 bug_332335 |
6416 Memcheck:Param | 6406 Memcheck:Param |
6417 sendmsg(msg.msg_iov[0]) | 6407 sendmsg(msg.msg_iov[0]) |
6418 fun:sys_sendmsg | 6408 fun:sys_sendmsg |
6419 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv | 6409 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv |
6420 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv | 6410 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv |
6421 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv | 6411 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv |
6422 } | 6412 } |
OLD | NEW |