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

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

Issue 8615003: Valgrind reports leaks in CGContextShowGlyphsWithAdvances on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 ... 1235 ...
1236 fun:CFBundlePreflightExecutable 1236 fun:CFBundlePreflightExecutable
1237 } 1237 }
1238 { 1238 {
1239 bug_75136b 1239 bug_75136b
1240 Memcheck:Addr4 1240 Memcheck:Addr4
1241 ... 1241 ...
1242 fun:CFBundlePreflightExecutable 1242 fun:CFBundlePreflightExecutable
1243 } 1243 }
1244 { 1244 {
1245 bug_75142 1245 bug_75142a
1246 Memcheck:Addr4 1246 Memcheck:Addr4
1247 ... 1247 ...
1248 fun:CGContextShowGlyphsWithAdvances 1248 fun:CGContextShowGlyphsWithAdvances
1249 } 1249 }
1250 { 1250 {
1251 bug_75142b
1252 Memcheck:Leak
1253 ...
1254 fun:CGContextShowGlyphsWithAdvances
1255 }
1256 {
1251 bug_75714_a 1257 bug_75714_a
1252 Memcheck:Addr8 1258 Memcheck:Addr8
1253 ... 1259 ...
1254 fun:argb32_mark 1260 fun:argb32_mark
1255 fun:ripl_BltShape 1261 fun:ripl_BltShape
1256 ... 1262 ...
1257 fun:ripc_Render* 1263 fun:ripc_Render*
1258 ... 1264 ...
1259 fun:-[NSView _drawRect:clip:] 1265 fun:-[NSView _drawRect:clip:]
1260 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1266 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE11_M_get _nodeEv 1982 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE11_M_get _nodeEv
1977 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE14_M_cre ate_nodeERKS2_ 1983 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE14_M_cre ate_nodeERKS2_
1978 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE9_M_inse rtEPSt18_Rb_tree_node_baseSA_RKS2_ 1984 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE9_M_inse rtEPSt18_Rb_tree_node_baseSA_RKS2_
1979 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert _uniqueERKS2_ 1985 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert _uniqueERKS2_
1980 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert _uniqueESt17_Rb_tree_iteratorIS2_ERKS2_ 1986 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert _uniqueESt17_Rb_tree_iteratorIS2_ERKS2_
1981 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEE6insertESt17_Rb_tree_iteratorIS4_E RKS4_ 1987 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEE6insertESt17_Rb_tree_iteratorIS4_E RKS4_
1982 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_ 1988 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_
1983 fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmbPN4base14FileDescriptorE 1989 fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmbPN4base14FileDescriptorE
1984 fun:_ZN19RenderMessageFilter19OnAllocTransportDIBEmbPN4base14FileDescriptorE 1990 fun:_ZN19RenderMessageFilter19OnAllocTransportDIBEmbPN4base14FileDescriptorE
1985 } 1991 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698