Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: tools/valgrind/suppressions_mac.txt

Issue 150172: Suppress valgrind error that started with r19701, which... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/suppressions_mac.txt
===================================================================
--- tools/valgrind/suppressions_mac.txt (revision 19745)
+++ tools/valgrind/suppressions_mac.txt (working copy)
@@ -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 previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698