diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 07:11:39 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 07:11:39 +0000 |
commit | fe9529894ca90ee297cc05e7cb84647b58419fef (patch) | |
tree | 48f772d83cb8c6221cc32c8770eaa019ea6a8ab1 | |
parent | 38cdd5134f3c9f6a4c4ee5757b63e95e50ecfb5e (diff) | |
download | chromium_src-fe9529894ca90ee297cc05e7cb84647b58419fef.zip chromium_src-fe9529894ca90ee297cc05e7cb84647b58419fef.tar.gz chromium_src-fe9529894ca90ee297cc05e7cb84647b58419fef.tar.bz2 |
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
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 30 |
1 files 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 +} |