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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gm/valgrind.supp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/valgrind.supp
diff --git a/bench/valgrind.supp b/bench/valgrind.supp
deleted file mode 100644
index aabb900f717867865fb34fbe23e405e81c8660f6..0000000000000000000000000000000000000000
--- a/bench/valgrind.supp
+++ /dev/null
@@ -1,109 +0,0 @@
-# Valgrind suppressions for bench --config 8888 GPU NONRENDERING --runOnce
-# Pass this file to Valgrind with "--suppressions=bench/valgrind.supp"
-{
- ATI driver 1
- Memcheck:Param
- ioctl(generic)
- fun:ioctl
- ...
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 2
- Memcheck:Cond
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 3
- Memcheck:Addr8
- ...
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 4
- Memcheck:Addr4
- ...
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 5
- Memcheck:Addr2
- ...
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 6
- Memcheck:Addr1
- ...
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 7
- Memcheck:Leak
- fun:malloc
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 8
- Memcheck:Overlap
- fun:strcpy
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 9
- Memcheck:Leak
- fun:calloc
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
-}
-{
- ATI driver 10
- Memcheck:Leak
- fun:malloc
- obj:/usr/lib/fglrx/fglrx-libGL.so.1.2
-}
-{
- NV driver 1
- Memcheck:Cond
- obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32
-}
-{
- NV driver 2
- Memcheck:Param
- write(buf)
- fun:__write_nocancel
-}
-{
- FontConfig
- Memcheck:Addr4
- fun:FcConfigFileExists
-}
-{
- SkipZeroes_arrow.png_skip_zeroes http://skbug.com/2452
- Memcheck:Cond
- fun:inflateReset2
- fun:inflateInit2_
- fun:png_create_read_struct_2
- fun:png_create_read_struct
- fun:_ZN17SkPNGImageDecoder12onDecodeInitEP8SkStreamPP14png_struct_defPP15png_info_struct
- fun:_ZN17SkPNGImageDecoder8onDecodeEP8SkStreamP8SkBitmapN14SkImageDecoder4ModeE
- fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS2_6ConfigENS_4ModeE
- fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS_4ModeE
- fun:_ZN15SkipZeroesBench6onDrawEiP8SkCanvas
- fun:_ZN11SkBenchmark4drawEiP8SkCanvas
- fun:_Z9tool_mainiPPc
- fun:main
-}
-{
- SkipZeroes_arrow.png_skip_zeroes Release http://skbug.com/2452
- Memcheck:Cond
- fun:inflateReset2
- fun:inflateInit2_
- fun:png_create_read_struct_2
- fun:png_create_read_struct
- fun:_ZN17SkPNGImageDecoder12onDecodeInitEP8SkStreamPP14png_struct_defPP15png_info_struct
- fun:_ZN17SkPNGImageDecoder8onDecodeEP8SkStreamP8SkBitmapN14SkImageDecoder4ModeE
- fun:_ZN14SkImageDecoder6decodeEP8SkStreamP8SkBitmapNS2_6ConfigENS_4ModeE
- fun:_ZN15SkipZeroesBench6onDrawEiP8SkCanvas
- fun:_Z9tool_mainiPPc
- fun:(below main)
-}
« 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