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

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

Issue 99157: Add a few mac valgrind suppressions for test_shell_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « 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 { 1 {
2 # See http://code.google.com/p/chromium/issues/detail?id=9565 2 # See http://code.google.com/p/chromium/issues/detail?id=9565
3 # This should have been handled by platform-specific suppression. 3 # This should have been handled by platform-specific suppression.
4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed 4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed
5 setenv() leaks on Mac intentionally. 5 setenv() leaks on Mac intentionally.
6 Memcheck:Leak 6 Memcheck:Leak
7 ... 7 ...
8 fun:__setenv 8 fun:__setenv
9 fun:setenv$UNIX2003 9 fun:setenv$UNIX2003
10 } 10 }
11 {
12 FIXME mac kevent libevent probably needs valgrind hooks
13 Memcheck:Param
14 kevent(changelist)
15 fun:kevent
16 fun:event_base_new
17 }
18 {
19 # Mac media_unittests. See http://crbug.com/9351
20 bug_9351
21 Memcheck:Leak
22 fun:_Znwm
23 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFl mmS2_PvES3_
24 fun:_ZN16HALDefaultDevice22InstallServerListenersEv
25 fun:_ZN16HALDefaultDevice10InitializeEv
26 fun:_ZN9HALSystem16CheckOutInstanceEv
27 fun:AudioHardwareGetProperty
28 fun:_ZN15AudioManagerMac15HasAudioDevicesEv
29 }
30 {
31 # Mac test_shell_tests; skia leak? See http://crbug.com/9563
32 bug_9563
33 Memcheck:Leak
34 fun:malloc_zone_malloc
35 fun:_CFRuntimeCreateInstance
36 fun:CGTypeCreateInstanceWithAllocator
37 fun:CGTypeCreateInstance
38 fun:CGContextCreateWithDelegate
39 fun:CGContextCreate
40 fun:createBitmapContext
41 fun:CGBitmapContextCreate
42 fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib
43 }
44 {
45 # Mac test_shell_tests; skia leak? See http://crbug.com/9563
46 bug_9563b
47 Memcheck:Leak
48 fun:malloc_zone_calloc
49 fun:ripc_Initialize
50 fun:__CGBitmapContextDelegateCreate
51 fun:__CGBitmapContextDelegateCreate
52 fun:createBitmapContext
53 fun:CGBitmapContextCreate
54 fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib
55 }
56 {
57 # Mac test_shell_tests; both test shell and skia leak? See http://crbug.com/ 9563
58 bug_9563c
59 Memcheck:Leak
60 fun:malloc
61 fun:stdSmartNewPtr
62 fun:stdSmartNewHandle
63 fun:IOCreateAndOpen
64 fun:ScratchInit
65 fun:CMOpenOrNewAccess
66 fun:CMOpenProfile
67 }
68 {
69 # Mac test_shell_tests. See http://crbug.com/9563
70 bug_9563d
71 Memcheck:Leak
72 fun:malloc_zone_calloc
73 fun:ripc_Initialize
74 fun:__CGWindowContextDelegateCreate
75 fun:CGWindowContextCreate
76 ...
77 fun:_ZN13TestShellTest5SetUpEv
78 }
79 {
80 # Mac test_shell_tests. See http://crbug.com/11134
81 bug_11134
82 Memcheck:Value4
83 fun:vCMMVectorConvert8BitRGBToRGB
84 fun:_ZNK15CMMConvRGBToRGB7ConvertER8CMM8BitsP14CMMRuntimeInfomm
85 }
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