From 7716ea2639111e9e3068de5c64e6712614b8081e Mon Sep 17 00:00:00 2001 From: "asargent@chromium.org" Date: Mon, 7 Feb 2011 22:20:58 +0000 Subject: Fix unit test leak introduced by fix for crbug.com/70887 It turns out that for this test, we don't actually need a request context getter spun up, so this skips doing that and avoids the need to properly run the IO thread's message loop to let it get cleaned up at shutdown. BUG=71909 TEST=The leak should no longer show up on memory bots Review URL: http://codereview.chromium.org/6286152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74031 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tools/valgrind/memcheck') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index a0ac120..6e35331 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3759,15 +3759,6 @@ fun:*DownloadFileTest5SetUpEv } { - bug_71909 - Memcheck:Leak - fun:_Znw* - fun:_ZN14TestingProfile20CreateRequestContextEv - fun:_ZN11MockService* - ... - fun:*ExtensionUpdaterTest* -} -{ bug_72170a Memcheck:Addr4 fun:pthread_mutex_lock -- cgit v1.1