aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/valgrind.supp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-08 15:37:19 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-08 15:37:19 +0000
commit6187abe776ef477a6977758dd315c2a985e9b65d (patch)
treefa2fc1e7308a10c8bafa59c8f50cff310c3a2522 /tools/valgrind.supp
parent9f3b0e462e895f31dd68b311f915d1c2763edb9e (diff)
Update valgrind suppressions
Diffstat (limited to 'tools/valgrind.supp')
-rw-r--r--tools/valgrind.supp28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/valgrind.supp b/tools/valgrind.supp
new file mode 100644
index 0000000000..c006183ed2
--- /dev/null
+++ b/tools/valgrind.supp
@@ -0,0 +1,28 @@
+# Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
+
+{
+ FcConfig
+ Memcheck:Addr4
+ fun:FcConfigFileExists
+}
+{
+ Mesa_glsl_parsing
+ Memcheck:Cond
+ fun:_ZN22_mesa_glsl_parse_stateC1EP10gl_contextjPv
+ obj:/usr/lib/x86_64-linux-gnu/dri/libglsl.so
+}
+{
+ lib_png_inflate
+ Memcheck:Cond
+ fun:inflateReset2
+ fun:inflateInit2_
+ fun:png_create_read_struct_2
+ fun:png_create_read_struct
+}
+{
+ RTConfRegistry_leak
+ Memcheck:Leak
+ fun:_Znwm
+ fun:_ZN16SkRTConfRegistry12registerConfEP12SkRTConfBase
+}
+