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

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

Issue 10091043: FileSystemURLRequestJobTest leaking again -- suppress (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 132551)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5712,6 +5712,19 @@
fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv
}
{
+ bug_123302
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
+ fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEES9_b
+ fun:_ZN3net15FileStreamPosix5CloseERKN4base8CallbackIFviEEE
+ fun:_ZN3net10FileStream5CloseERKN4base8CallbackIFviEEE
+ fun:_ZN11webkit_blob15LocalFileReaderD1Ev
+ fun:_ZN10scoped_ptrIN11webkit_blob15LocalFileReaderEE5resetEPS1_
+ fun:_ZN7fileapi23FileSystemURLRequestJob4KillEv
+ fun:_ZN7fileapi27FileSystemURLRequestJobTest8TearDownEv
+}
+{
bug_123307
Memcheck:Leak
fun:malloc
« 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