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

Unified Diff: tools/valgrind.supp

Issue 2347153002: Tweak valgrind suppressions for intentional leaks. (Closed)
Patch Set: Created 4 years, 3 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 3abf592304d082e741caa63250aaf6e6c0031497..1399c3e8b428511e9a8d11043ed1740f769ad843 100644
--- a/tools/valgrind.supp
+++ b/tools/valgrind.supp
@@ -9,7 +9,7 @@
fun:_ZN8SkThreadC1EPFvPvES0_
...
fun:_Z7dm_mainv
- fun:main
+ ...
}
# Intentional thread / memory leak in nanobench.
@@ -21,7 +21,7 @@
fun:_ZN8SkThreadC1EPFvPvES0_
...
fun:_Z14nanobench_mainv
- fun:main
+ ...
}
# Third party lib, driver issues.
« 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