| OLD | NEW |
| 1 # There are three kinds of suppressions in this file. | 1 # There are three 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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 { | 858 { |
| 859 bug_250533 | 859 bug_250533 |
| 860 Heapcheck:Leak | 860 Heapcheck:Leak |
| 861 ... | 861 ... |
| 862 fun:net::TestURLRequestContextGetter::GetURLRequestContext | 862 fun:net::TestURLRequestContextGetter::GetURLRequestContext |
| 863 fun:ProxyResolvingClientSocket | 863 fun:ProxyResolvingClientSocket |
| 864 fun:jingle_glue::XmppClientSocketFactory::CreateTransportClientSocket | 864 fun:jingle_glue::XmppClientSocketFactory::CreateTransportClientSocket |
| 865 fun:jingle_glue::ChromeAsyncSocket::Connect | 865 fun:jingle_glue::ChromeAsyncSocket::Connect |
| 866 } | 866 } |
| 867 { | 867 { |
| 868 bug_251004 |
| 869 Heapcheck:Leak |
| 870 fun:base::internal::PostTaskAndReplyImpl::PostTaskAndReply |
| 871 fun:base::TaskRunner::PostTaskAndReply |
| 872 fun:net::FileStream::Context::CloseAndDelete |
| 873 fun:net::FileStream::Context::Orphan |
| 874 } |
| 875 { |
| 868 bug_251034_a | 876 bug_251034_a |
| 869 Heapcheck:Leak | 877 Heapcheck:Leak |
| 870 ... | 878 ... |
| 871 fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn | 879 fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn |
| 872 fun:gfx::GLContextOSMesa::MakeCurrent | 880 fun:gfx::GLContextOSMesa::MakeCurrent |
| 873 fun:gpu::gles2::GLES2DecoderImpl::MakeCurrent | 881 fun:gpu::gles2::GLES2DecoderImpl::MakeCurrent |
| 874 fun:webkit::gpu::GLInProcessContext::PumpCommands | 882 fun:webkit::gpu::GLInProcessContext::PumpCommands |
| 875 } | 883 } |
| 876 { | 884 { |
| 877 bug_251034_b | 885 bug_251034_b |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn | 920 fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn |
| 913 fun:gfx::GLContextOSMesa::MakeCurrent | 921 fun:gfx::GLContextOSMesa::MakeCurrent |
| 914 fun:~ScopedMakeCurrent | 922 fun:~ScopedMakeCurrent |
| 915 fun:base::DefaultDeleter::operator | 923 fun:base::DefaultDeleter::operator |
| 916 fun:~scoped_ptr_impl | 924 fun:~scoped_ptr_impl |
| 917 fun:~scoped_ptr | 925 fun:~scoped_ptr |
| 918 fun:gfx::GLSurfaceOSMesa::Resize | 926 fun:gfx::GLSurfaceOSMesa::Resize |
| 919 fun:gfx::NativeViewGLSurfaceOSMesa::Resize | 927 fun:gfx::NativeViewGLSurfaceOSMesa::Resize |
| 920 fun:webkit::gpu::GLInProcessContext::OnResizeView | 928 fun:webkit::gpu::GLInProcessContext::OnResizeView |
| 921 } | 929 } |
| OLD | NEW |