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

Unified Diff: bench/valgrind.supp

Issue 248963005: Add valgrind suppressions for fglrx (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 fe6eeee3152d9a883fb4d9f9a572740758625509..05d8a79daf4deffb6df6b57465137f1490b8900d 100644
--- a/bench/valgrind.supp
+++ b/bench/valgrind.supp
@@ -1,6 +1,41 @@
# 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
+}
+{
+ fglrx 2
+ Memcheck:Cond
+ 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
+}
+{
+ fglrx 3
+ Memcheck:Addr2
+ fun:memcpy@GLIBC_2.2.5
+ 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
+}
+{
+ fglrx 5
+ Memcheck:Leak
+ fun:malloc
+ obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+}
+{
NV driver 1
Memcheck:Cond
obj:/usr/lib/nvidia-current/libnvidia-glcore.so.319.32
« 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