diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-03 22:10:09 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-03 22:10:09 +0000 |
commit | 35e56c088bab48f1e49e511adeb8e1b26ea7f839 (patch) | |
tree | a8e9f8f70a4e4e94f8c3a7d8ba9e14a6218acddf | |
parent | 38916864ad81f72e1ccdc3c1d0cb6482925ef5f1 (diff) | |
download | chromium_src-35e56c088bab48f1e49e511adeb8e1b26ea7f839.zip chromium_src-35e56c088bab48f1e49e511adeb8e1b26ea7f839.tar.gz chromium_src-35e56c088bab48f1e49e511adeb8e1b26ea7f839.tar.bz2 |
Valgrind: Widen a CrOS suppression.
BUG=48130
TEST=ChromeOS Valgrind goes green.
TBR=stuartmorgan
Review URL: http://codereview.chromium.org/2799055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51608 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 20b32bf..88bc629 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3552,13 +3552,13 @@ Memcheck:Leak fun:_Znw* fun:*IdMapsC1Ev + ... fun:*IdMapsE22DefaultSingletonTraitsIS1_ES1_E3getEv fun:_ZN8chromeos12input_method33GetInputMethodIdsFromLanguageCodeERKSsNS0_15InputMethodTypeEPSt6vectorISsSaISsEE fun:_ZN8chromeos11Preferences4InitEP11PrefService fun:_ZN11ProfileImplC1ERK8FilePath fun:_ZN7Profile13CreateProfileERK8FilePath fun:_ZN14ProfileManager13CreateProfileERK8FilePath - fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv } { bug_48130_b @@ -3572,7 +3572,6 @@ fun:_ZN11ProfileImplC1ERK8FilePath fun:_ZN7Profile13CreateProfileERK8FilePath fun:_ZN14ProfileManager13CreateProfileERK8FilePath - fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv } { bug_46678_v_a |