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

Side by Side Diff: bench/valgrind.supp

Issue 268473004: one valgrind.supp to rule them all. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address nits Created 6 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
« no previous file with comments | « no previous file | gm/valgrind.supp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Valgrind suppressions for bench --config 8888 GPU NONRENDERING --runOnce
2 # Pass this file to Valgrind with "--suppressions=bench/valgrind.supp"
3 {
4 ATI driver 1
5 Memcheck:Param
6 ioctl(generic)
7 fun:ioctl
8 ...
9 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
10 }
11 {
12 ATI driver 2
13 Memcheck:Cond
14 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
15 }
16 {
17 ATI driver 3
18 Memcheck:Addr8
19 ...
20 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
21 }
22 {
23 ATI driver 4
24 Memcheck:Addr4
25 ...
26 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
27 }
28 {
29 ATI driver 5
30 Memcheck:Addr2
31 ...
32 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
33 }
34 {
35 ATI driver 6
36 Memcheck:Addr1
37 ...
38 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
39 }
40 {
41 ATI driver 7
42 Memcheck:Leak
43 fun:malloc
44 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
45 }
46 {
47 ATI driver 8
48 Memcheck:Overlap
49 fun:strcpy
50 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
51 }
52 {
53 ATI driver 9
54 Memcheck:Leak
55 fun:calloc
56 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
57 }
58 {
59 ATI driver 10
60 Memcheck:Leak
61 fun:malloc
62 obj:/usr/lib/fglrx/fglrx-libGL.so.1.2
63 }
64 {
65 NV driver 1
66 Memcheck:Cond
67 obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32
68 }
69 {
70 NV driver 2
71 Memcheck:Param
72 write(buf)
73 fun:__write_nocancel
74 }
75 {
76 FontConfig
77 Memcheck:Addr4
78 fun:FcConfigFileExists
79 }
80 {
81 SkipZeroes_arrow.png_skip_zeroes http://skbug.com/2452
82 Memcheck:Cond
83 fun:inflateReset2
84 fun:inflateInit2_
85 fun:png_create_read_struct_2
86 fun:png_create_read_struct
87 fun:_ZN17SkPNGImageDecoder12onDecodeInitEP8SkStreamPP14png_struct_defPP15png_ info_struct
88 fun:_ZN17SkPNGImageDecoder8onDecodeEP8SkStreamP8SkBitmapN14SkImageDecoder4Mod eE
89 fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS2_6ConfigENS_4ModeE
90 fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS_4ModeE
91 fun:_ZN15SkipZeroesBench6onDrawEiP8SkCanvas
92 fun:_ZN11SkBenchmark4drawEiP8SkCanvas
93 fun:_Z9tool_mainiPPc
94 fun:main
95 }
96 {
97 SkipZeroes_arrow.png_skip_zeroes Release http://skbug.com/2452
98 Memcheck:Cond
99 fun:inflateReset2
100 fun:inflateInit2_
101 fun:png_create_read_struct_2
102 fun:png_create_read_struct
103 fun:_ZN17SkPNGImageDecoder12onDecodeInitEP8SkStreamPP14png_struct_defPP15png_ info_struct
104 fun:_ZN17SkPNGImageDecoder8onDecodeEP8SkStreamP8SkBitmapN14SkImageDecoder4Mod eE
105 fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS2_6ConfigENS_4ModeE
106 fun:_ZN15SkipZeroesBench6onDrawEiP8SkCanvas
107 fun:_Z9tool_mainiPPc
108 fun:(below main)
109 }
OLDNEW
« no previous file with comments | « no previous file | gm/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698