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

Unified Diff: tools/valgrind.supp

Issue 102443003: Add more valgrind suppressions (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years 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 | « tests/valgrind.supp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind.supp
===================================================================
--- tools/valgrind.supp (revision 12558)
+++ tools/valgrind.supp (working copy)
@@ -51,10 +51,10 @@
...
obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
}
-{
- driver_bug_4
- Memcheck:Addr4
- ...
+{
+ driver_bug_4
+ Memcheck:Addr4
+ ...
obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
}
{
@@ -71,7 +71,19 @@
}
{
driver_bug_7
- Memcheck:Leak
- fun:malloc
+ Memcheck:Leak
+ fun:malloc
obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
}
+{
+ driver_bug_8
+ Memcheck:Overlap
+ fun:strcpy
+ obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+}
+{
+ driver_bug_9
+ Memcheck:Leak
+ fun:calloc
+ obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
+}
« no previous file with comments | « tests/valgrind.supp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698