diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 22:02:50 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 22:02:50 +0000 |
commit | 04d4988300892e4f93649756b966c22785086096 (patch) | |
tree | 2af22b8e808e8940d22b4c4a82e0cdf18777acaa | |
parent | 6a244bfda7c84b1a1f07a64f5417b134c1068cf9 (diff) | |
download | chromium_src-04d4988300892e4f93649756b966c22785086096.zip chromium_src-04d4988300892e4f93649756b966c22785086096.tar.gz chromium_src-04d4988300892e4f93649756b966c22785086096.tar.bz2 |
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
-rw-r--r-- | tools/valgrind/suppressions_mac.txt | 20 |
1 files changed, 15 insertions, 5 deletions
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<unsigned int, unsigned int>(char const*, char const*, unsigned int const&, unsigned int const&) (src/xcodebuild/Debug/test_shell_tests) - testing::AssertionResult testing::internal::EqHelper<false>::Compare<unsigned int, unsigned int>(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 +} |