diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 18:29:39 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 18:29:39 +0000 |
commit | 0d9048770144071061ef303dfacc6a81da012345 (patch) | |
tree | f6cd8e98da31a125c61716304759cabaa0c3845c /tools | |
parent | d1ca0ed1b1475318b2f286dd7709dd70826809b3 (diff) | |
download | chromium_src-0d9048770144071061ef303dfacc6a81da012345.zip chromium_src-0d9048770144071061ef303dfacc6a81da012345.tar.gz chromium_src-0d9048770144071061ef303dfacc6a81da012345.tar.bz2 |
Suppress valgrind error that started with r19701, which
enabled the ImageOperations test.
This should be fixed eventually, but suppressing it now
to get the build green since it's not a regression.
TEST=none
BUG=Issue tracker is down
Review URL: http://codereview.chromium.org/150172
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/suppressions_mac.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt index 7801dda..35f2a32 100644 --- a/tools/valgrind/suppressions_mac.txt +++ b/tools/valgrind/suppressions_mac.txt @@ -257,3 +257,11 @@ ... fun:main } +{ + # Started failing with r19701 (tc), which enables the ImageOperations test. + # TODO(ojan): File a bug once google code comes back online. + 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 |