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

Unified Diff: bench/valgrind.supp

Issue 256623003: Rework ATI driver suppressions for bench valgrind (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | no next file » | 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
index 0ed963d110831b3c71933914b63d1ad6aabe42b6..aabb900f717867865fb34fbe23e405e81c8660f6 100644
--- a/bench/valgrind.supp
+++ b/bench/valgrind.supp
@@ -1,39 +1,65 @@
# Valgrind suppressions for bench --config 8888 GPU NONRENDERING --runOnce
# Pass this file to Valgrind with "--suppressions=bench/valgrind.supp"
{
- fglrx 1
- Memcheck:Param
- ioctl(generic)
- fun:ioctl
- obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+ ATI driver 1
+ Memcheck:Param
+ ioctl(generic)
+ fun:ioctl
+ ...
+ obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
}
{
- fglrx 2
- Memcheck:Cond
- 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
}
{
- fglrx 3
- Memcheck:Addr8
- fun:memcpy@GLIBC_2.2.5
- 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
}
{
- fglrx 3
- Memcheck:Addr2
- fun:memcpy@GLIBC_2.2.5
- 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
}
{
- fglrx 4
- Memcheck:Addr8
- 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
}
{
- fglrx 5
- Memcheck:Leak
- fun:malloc
- 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
« 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