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

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

Issue 10915264: [remoting_unittests] Moving the variable used to mock VideoFrameCapturer::size_most_recent() to the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 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 | « remoting/host/client_session_unittest.cc ('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 5952 matching lines...) Expand 10 before | Expand all | Expand 10 after
5963 bug_148640 5963 bug_148640
5964 Memcheck:Leak 5964 Memcheck:Leak
5965 fun:_Znw* 5965 fun:_Znw*
5966 fun:_ZN7content21RenderProcessHostImplC1EPNS_14BrowserContextEPNS_20StoragePa rtitionImplEb 5966 fun:_ZN7content21RenderProcessHostImplC1EPNS_14BrowserContextEPNS_20StoragePa rtitionImplEb
5967 fun:_ZN16SiteInstanceImpl10GetProcessEv 5967 fun:_ZN16SiteInstanceImpl10GetProcessEv
5968 fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHost DelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE 5968 fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHost DelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE
5969 fun:_ZN20InterstitialPageImpl20CreateRenderViewHostEv 5969 fun:_ZN20InterstitialPageImpl20CreateRenderViewHostEv
5970 fun:_ZN20InterstitialPageImpl4ShowEv 5970 fun:_ZN20InterstitialPageImpl4ShowEv
5971 fun:_ZN14captive_portal28MockInterstitialPageDelegateC1EPN7content11WebConten tsE 5971 fun:_ZN14captive_portal28MockInterstitialPageDelegateC1EPN7content11WebConten tsE
5972 } 5972 }
5973 {
5974 bug_148883
5975 Memcheck:Uninitialized
5976 fun:_ZN8SkRegion7setRectEiiii
5977 fun:_ZN8SkRegion7setRectERK7SkIRect
5978 fun:_ZN8SkRegionC1ERK7SkIRect
5979 fun:_ZN8SkRegion2opERKS_RK7SkIRectNS_2OpE
5980 fun:_ZN8SkRegion2opERK7SkIRectNS_2OpE
5981 fun:_ZN8remoting14ScreenRecorder22DoInvalidateFullScreenEv
5982 }
5983 5973
5984 #----------------------------------------------------------------------- 5974 #-----------------------------------------------------------------------
5985 # 4. These only occur on our Google workstations 5975 # 4. These only occur on our Google workstations
5986 5976
5987 { 5977 {
5988 bug_todo_getdelim 5978 bug_todo_getdelim
5989 Memcheck:Leak 5979 Memcheck:Leak
5990 fun:malloc 5980 fun:malloc
5991 fun:getdelim 5981 fun:getdelim
5992 ... 5982 ...
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
6025 Memcheck:Leak 6015 Memcheck:Leak
6026 fun:malloc 6016 fun:malloc
6027 fun:get_peer_sock_name 6017 fun:get_peer_sock_name
6028 fun:_xcb_get_auth_info 6018 fun:_xcb_get_auth_info
6029 fun:xcb_connect_to_display_with_auth_info 6019 fun:xcb_connect_to_display_with_auth_info
6030 fun:_XConnectXCB 6020 fun:_XConnectXCB
6031 fun:XOpenDisplay 6021 fun:XOpenDisplay
6032 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv 6022 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
6033 } 6023 }
6034 6024
OLDNEW
« no previous file with comments | « remoting/host/client_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698