From 04d4988300892e4f93649756b966c22785086096 Mon Sep 17 00:00:00 2001 From: "ojan@google.com" Date: Wed, 1 Jul 2009 22:02:50 +0000 Subject: Fix the suppression using the output from valgrind. TBR=jorlow TEST=none BUG=15762 Review URL: http://codereview.chromium.org/151175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19774 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/suppressions_mac.txt | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt index ec92ddc..97dab72 100644 --- a/tools/valgrind/suppressions_mac.txt +++ b/tools/valgrind/suppressions_mac.txt @@ -259,8 +259,18 @@ } { bug_15762 - testing::AssertionResult testing::internal::CmpHelperEQ(char const*, char const*, unsigned int const&, unsigned int const&) (src/xcodebuild/Debug/test_shell_tests) - testing::AssertionResult testing::internal::EqHelper::Compare(char const*, char const*, unsigned int const&, unsigned int const&) (src/xcodebuild/Debug/test_shell_tests) - ImageOperations_CreateMaskedBitmap_Test::TestBody() (src/xcodebuild/Debug/test_shell_tests) - testing::Test::Run() (src/xcodebuild/Debug/test_shell_tests) -} \ No newline at end of file + Memcheck:Cond + fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0_ + fun:_ZN7testing8internal8EqHelperILb0EE7CompareIjjEENS_15AssertionResultEPKcS6_RKT_RKT0_ + fun:_ZN39ImageOperations_CreateMaskedBitmap_Test8TestBodyEv + fun:_ZN7testing4Test3RunEv + fun:_ZN7testing8internal12TestInfoImpl3RunEv + fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE + fun:_ZNK7testing8internal4ListIPNS_8TestInfoEE7ForEachIPFvS3_EEEvT_ + fun:_ZN7testing8TestCase3RunEv + fun:_ZN7testing8TestCase11RunTestCaseEPS0_ + fun:_ZNK7testing8internal4ListIPNS_8TestCaseEE7ForEachIPFvS3_EEEvT_ + fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv + fun:_ZN7testing8UnitTest3RunEv + fun:main +} -- cgit v1.1