From fe9529894ca90ee297cc05e7cb84647b58419fef Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 26 Nov 2009 07:11:39 +0000 Subject: Widen a valgrind suppression, it happens on the mac as well. TBR=stuartmorgan BUG=28824 TEST=none Review URL: http://codereview.chromium.org/443018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33194 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 5dce158..842bb16 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1797,18 +1797,18 @@ fun:_ZN11MessageLoop10RunHandlerEv } { - bug_28633 - Memcheck:Leak - fun:calloc - fun:__new_exitfn - fun:__cxa_atexit -} -{ - bug_28824 - Memcheck:Leak - fun:_Znw* - fun:_ZN11ProfileImplC1ERK8FilePath - fun:_ZN7Profile13CreateProfileERK8FilePath - fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaIwEES8_S8_ - fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv -} \ No newline at end of file + bug_28633 + Memcheck:Leak + fun:calloc + fun:__new_exitfn + fun:__cxa_atexit +} +{ + bug_28824 + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN7Profile13CreateProfileERK8FilePath + fun:_ZN14ProfileManager13CreateProfileERK8FilePathRKSbIwSt11char_traitsIwESaIwEES8_S8_ + fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv +} -- cgit v1.1