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

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

Issue 5321012: A quick fix for Bug 64463.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « base/message_loop_proxy_impl.h ('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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE 1149 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
1150 fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vec torINS0_3TabESaIS4_EE 1150 fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vec torINS0_3TabESaIS4_EE
1151 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec torI4GURLSaIS4_EE 1151 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec torI4GURLSaIS4_EE
1152 fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURL SaIS2_EE 1152 fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURL SaIS2_EE
1153 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb 1153 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb
1154 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi 1154 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi
1155 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile PiPS_ 1155 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile PiPS_
1156 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi 1156 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi
1157 } 1157 }
1158 { 1158 {
1159 bug_64463
1160 Memcheck:Leak
1161 fun:_Znw*
1162 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv
1163 fun:_ZN3net12CertVerifier7RequestC2EPS0_PNS_15X509CertificateERKSsiPNS_16Cert VerifyResultEP14CallbackRunnerI6Tuple1IiEE
1164 }
1165 {
1166 bug_64797 1159 bug_64797
1167 Memcheck:Leak 1160 Memcheck:Leak
1168 fun:_Znw* 1161 fun:_Znw*
1169 fun:_ZN18TestRenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegatei 1162 fun:_ZN18TestRenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegatei
1170 fun:_ZN18TestRenderViewHostC1EP12SiteInstanceP22RenderViewHostDelegatei 1163 fun:_ZN18TestRenderViewHostC1EP12SiteInstanceP22RenderViewHostDelegatei
1171 fun:_ZN25TestRenderViewHostFactory20CreateRenderViewHostEP12SiteInstanceP22Re nderViewHostDelegateiP23SessionStorageNamespace 1164 fun:_ZN25TestRenderViewHostFactory20CreateRenderViewHostEP12SiteInstanceP22Re nderViewHostDelegateiP23SessionStorageNamespace
1172 fun:_ZN21RenderViewHostFactory6CreateEP12SiteInstanceP22RenderViewHostDelegat eiP23SessionStorageNamespace 1165 fun:_ZN21RenderViewHostFactory6CreateEP12SiteInstanceP22RenderViewHostDelegat eiP23SessionStorageNamespace
1173 fun:_ZN21RenderViewHostManager4InitEP7ProfileP12SiteInstancei 1166 fun:_ZN21RenderViewHostManager4InitEP7ProfileP12SiteInstancei
1174 fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespac e 1167 fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespac e
1175 fun:_ZN15TestTabContentsC2EP7ProfileP12SiteInstance 1168 fun:_ZN15TestTabContentsC2EP7ProfileP12SiteInstance
1176 fun:_ZN15TestTabContentsC1EP7ProfileP12SiteInstance 1169 fun:_ZN15TestTabContentsC1EP7ProfileP12SiteInstance
1177 fun:_ZN25RenderViewHostTestHarness21CreateTestTabContentsEv 1170 fun:_ZN25RenderViewHostTestHarness21CreateTestTabContentsEv
1178 } 1171 }
OLDNEW
« no previous file with comments | « base/message_loop_proxy_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698