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

Unified Diff: chrome/test/data/valgrind/suppressions.txt

Issue 42501: Ignore task leaks. See http://crbug.com/6532 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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: chrome/test/data/valgrind/suppressions.txt
===================================================================
--- chrome/test/data/valgrind/suppressions.txt (revision 0)
+++ chrome/test/data/valgrind/suppressions.txt (revision 0)
@@ -0,0 +1,12 @@
+# Chromium leaks tasks at shutdown, see
+# http://crbug.com/6532
+# http://codereview.chromium.org/20067
+# http://codereview.chromium.org/42083
+# In Purify, they don't even try to free them anymore.
+# For now, in Valgrind, we'll add suppressions to ignore these leaks.
+{
+ bug_6532
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableTaskPT_T0_
+}
« 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