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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Chromium leaks tasks at shutdown, see
2 # http://crbug.com/6532
3 # http://codereview.chromium.org/20067
4 # http://codereview.chromium.org/42083
5 # In Purify, they don't even try to free them anymore.
6 # For now, in Valgrind, we'll add suppressions to ignore these leaks.
7 {
8 bug_6532
9 Memcheck:Leak
10 fun:_Znwj
11 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableT askPT_T0_
12 }
OLDNEW
« 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