diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-06 16:25:32 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-06 16:25:32 +0000 |
commit | 347082f464018ed2b151b95374fe43ac2710e731 (patch) | |
tree | a1558b85f8cba3e623a443fa3f1488e2f462c67f | |
parent | cd23a60d45bb24e2379c85b859c9fbbbf95af4a0 (diff) | |
download | chromium_src-347082f464018ed2b151b95374fe43ac2710e731.zip chromium_src-347082f464018ed2b151b95374fe43ac2710e731.tar.gz chromium_src-347082f464018ed2b151b95374fe43ac2710e731.tar.bz2 |
valgrind: Slightly widen two existing suppressions to work with clang.
In the first suppression, clang calls the long instead of the int overload
of PrintBytesInObjectTo().
In the second suppression, clang calls the bsase constructor
GcryptInitializerC2Ev instead of the complete object constructor
GcryptInitializerC1Ev.
BUG=176888,64887,360311
NOTRY=true
Review URL: https://codereview.chromium.org/227073003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262051 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index ad1a30a..37e5d6e 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1412,7 +1412,7 @@ fun:_ZN7testing*PrintByteSegmentInObjectTo* ... fun:_ZN7testing*PrintBytesInObjectTo* - fun:_ZN7testing9internal220PrintBytesInObjectToEPKhjPSo + fun:_ZN7testing9internal220PrintBytesInObjectToEPKh* fun:_ZN7testing9internal220TypeWithoutFormatter* fun:_ZN7testing9internal2lsIcSt11char_traitsIcE* fun:_ZN16testing_internal26DefaultPrintNonContainerTo* @@ -4728,7 +4728,7 @@ fun:gnutls_pkcs11_init fun:gnutls_global_init fun:_ZN12_GLOBAL__N_117GcryptInitializer4InitEv - fun:_ZN12_GLOBAL__N_117GcryptInitializerC1Ev + fun:_ZN12_GLOBAL__N_117GcryptInitializerC* fun:_ZN4base25DefaultLazyInstanceTraitsIN12_GLOBAL__N_117GcryptInitializerEE3NewEPv } { |