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

Unified Diff: tools/valgrind.supp

Issue 351053002: Add valgrind supp for NV driver. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove extra \n Created 6 years, 6 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: tools/valgrind.supp
diff --git a/tools/valgrind.supp b/tools/valgrind.supp
index 2af598d22a08f1a5bac1e83ff7be2b172447f2eb..c279243b737470c300cdffe7f053089288a6fd31 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -81,6 +81,12 @@
obj:/usr/lib*/libGL.so*
}
{
+ nv_driver_bug_4
+ Memcheck:Cond
+ ...
+ obj:/usr/lib/libnvidia-glcore.so*
+}
+{
font_config_bug_1
Memcheck:Addr4
fun:FcConfigFileExists
« 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