diff options
author | cmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 20:18:49 +0000 |
---|---|---|
committer | cmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 20:18:49 +0000 |
commit | e8c0e678989b2da302b5c64e69313fea02d42561 (patch) | |
tree | 8c8a565cca71d664e98532a566090aa6786e6946 /tools | |
parent | 0f3916d736d6d61e47b30445ff6c9670643912f4 (diff) | |
download | chromium_src-e8c0e678989b2da302b5c64e69313fea02d42561.zip chromium_src-e8c0e678989b2da302b5c64e69313fea02d42561.tar.gz chromium_src-e8c0e678989b2da302b5c64e69313fea02d42561.tar.bz2 |
Fix CrosLibrary::TestApi valgrind errors
BUG=51261,51263
TEST=valgrind
Review URL: http://codereview.chromium.org/3005059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 342741e..5929c9a 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3900,51 +3900,6 @@ fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi } { - bug_51261a - Memcheck:Leak - fun:_Znw* - fun:_ZN8chromeos11CrosLibrary10GetTestApiEv - fun:_ZN8chromeos23GoogleAuthenticatorTest5SetUpEv -} -{ - bug_51261b - Memcheck:Cond - fun:_ZN8chromeos11CrosLibrary7TestApi16SetLibraryLoaderEPNS_13LibraryLoaderEb - fun:_ZN8chromeos23GoogleAuthenticatorTest5SetUpEv -} -{ - bug_51263_a - Memcheck:Leak - fun:_Znw* - fun:_ZN8chromeos11CrosLibrary12EnsureLoadedEv - ... - fun:_ZN8chromeos11Preferences4InitEP11PrefService - fun:_ZN11ProfileImplC1ERK8FilePath - fun:_ZN7Profile13CreateProfileERK8FilePath - fun:_ZN14ProfileManager13CreateProfileERK8FilePath -} -{ - bug_51263_b - Memcheck:Leak - fun:_Znw* - fun:_ZN8chromeos11CrosLibrary12EnsureLoadedEv - fun:_ZN8chromeos20SynapticsLibraryImpl12SetParameterENS_18SynapticsParameterEi - fun:_ZN8chromeos20SynapticsLibraryImpl16SetBoolParameterENS_18SynapticsParameterEb - fun:_ZN8chromeos11Preferences17NotifyPrefChangedEPKSbIwSt11char_traitsIwESaIwEE - fun:_ZN8chromeos11Preferences4InitEP11PrefService - fun:_ZN11ProfileImplC1ERK8FilePath - fun:_ZN7Profile13CreateProfileERK8FilePath - fun:_ZN14ProfileManager10GetProfileERK8FilePathb -} -{ - bug_51263_c - Memcheck:Leak - fun:_Znw* - fun:_ZN8chromeos11CrosLibrary12EnsureLoadedEv - fun:_ZN8chromeos20NetworkStateNotifier13RetrieveStateEv - fun:_ZN8chromeos20NetworkStateNotifierC1Ev -} -{ bug_51379 Memcheck:Leak fun:malloc |