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

Side by Side Diff: tools/valgrind.supp

Issue 102473003: Update valgrind suppressions for new driver (nVidia instead of Intel) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 | « tests/valgrind.supp ('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 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
2 2
3 { 3 {
4 FcConfig 4 FcConfig
5 Memcheck:Addr4 5 Memcheck:Addr4
6 fun:FcConfigFileExists 6 fun:FcConfigFileExists
7 } 7 }
8 { 8 {
9 FcFontSetCreate_Leak 9 FcFontSetCreate_Leak
10 Memcheck:Leak 10 Memcheck:Leak
11 fun:malloc 11 fun:malloc
12 fun:FcFontSetCreate 12 fun:FcFontSetCreate
13 } 13 }
14 { 14 {
15 Mesa_glsl_parsing
16 Memcheck:Cond
17 fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
18 obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
19 }
20 {
21 lib_png_inflate 15 lib_png_inflate
22 Memcheck:Cond 16 Memcheck:Cond
23 fun:inflateReset2 17 fun:inflateReset2
24 fun:inflateInit2_ 18 fun:inflateInit2_
25 fun:png_create_read_struct_2 19 fun:png_create_read_struct_2
26 fun:png_create_read_struct 20 fun:png_create_read_struct
27 } 21 }
28 { 22 {
29 RTConfRegistry_leak 23 RTConfRegistry_leak
30 Memcheck:Leak 24 Memcheck:Leak
31 fun:_Znwm 25 fun:_Znwm
32 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase 26 fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
33 } 27 }
34 { 28 {
35 XML_ParseBuffer_leak 29 XML_ParseBuffer_leak
36 Memcheck:Leak 30 Memcheck:Leak
37 fun:malloc 31 fun:malloc
38 fun:FcPatternObjectInsertElt 32 fun:FcPatternObjectInsertElt
39 fun:FcPatternObjectAddWithBinding 33 fun:FcPatternObjectAddWithBinding
40 } 34 }
41 { 35 {
42 Driver_bug_1 36 driver_bug_1
43 Memcheck:Value8 37 Memcheck:Param
38 ioctl(generic)
39 fun:ioctl
44 ... 40 ...
45 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so 41 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
46 fun:lp_rast_triangle_3
47 } 42 }
48 { 43 {
49 Driver_bug_2 44 driver_bug_2
50 Memcheck:Value8 45 Memcheck:Cond
51 ... 46 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
52 obj:/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
53 fun:lp_rast_triangle_2
54 } 47 }
55 { 48 {
56 Driver_bug_3 49 driver_bug_3
57 Memcheck:Value8 50 Memcheck:Addr8
58 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so 51 fun:memcpy@GLIBC_2.2.5
59 fun:_mesa_readpixels 52 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
60 fun:_mesa_ReadnPixelsARB
61 fun:_mesa_ReadPixels
62 } 53 }
63 { 54 {
64 XOpenDisplay_Leak 55 driver_bug_4
65 Memcheck:Leak 56 Memcheck:Addr2
66 fun:calloc 57 fun:memcpy@GLIBC_2.2.5
67 fun:_XConnectXCB 58 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
68 fun:XOpenDisplay
69 } 59 }
70 { 60 {
71 XOpenDisplay_Leak2 61 driver_bug_5
72 Memcheck:Leak 62 Memcheck:Addr1
73 fun:calloc 63 fun:memcpy@GLIBC_2.2.5
74 fun:xcb_connect_to_fd 64 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
75 fun:xcb_connect_to_display_with_auth_info 65 }
76 fun:_XConnectXCB
77 fun:XOpenDisplay
78 }
OLDNEW
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698