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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10700181: Add a yet another suppression rule for Bug 16089. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 146267)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1148,6 +1148,15 @@
fun:_ZN7fileapi18FileWriterDelegate5WriteEv
}
{
+ # ditto, but for unit tests.
+ bug_16089h
+ Memcheck:Leak
+ ...
+ fun:_ZN4base22PosixDynamicThreadPool8PostTask*
+ ...
+ fun:_ZN3net17URLRequestFileJob5StartEv
+}
+{
# very common in ui tests
bug_16091
Memcheck:Leak
« 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