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

Side by Side Diff: tools/valgrind/suppressions_mac.txt

Issue 151175: Fix the suppression using the output from valgrind.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # See http://code.google.com/p/chromium/issues/detail?id=9565 2 # See http://code.google.com/p/chromium/issues/detail?id=9565
3 # This should have been handled by platform-specific suppression. 3 # This should have been handled by platform-specific suppression.
4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed 4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed
5 setenv() leaks on Mac intentionally. 5 setenv() leaks on Mac intentionally.
6 Memcheck:Leak 6 Memcheck:Leak
7 ... 7 ...
8 fun:__setenv 8 fun:__setenv
9 fun:setenv$UNIX2003 9 fun:setenv$UNIX2003
10 } 10 }
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 fun:NSRectClip 252 fun:NSRectClip
253 fun:-[NSThemeFrame drawOverlayRect:] 253 fun:-[NSThemeFrame drawOverlayRect:]
254 ... 254 ...
255 fun:-[NSWindow makeKeyAndOrderFront:] 255 fun:-[NSWindow makeKeyAndOrderFront:]
256 fun:-[BrowserWindowController setFullscreen:] 256 fun:-[BrowserWindowController setFullscreen:]
257 ... 257 ...
258 fun:main 258 fun:main
259 } 259 }
260 { 260 {
261 bug_15762 261 bug_15762
262 testing::AssertionResult testing::internal::CmpHelperEQ<unsigned int, unsigne d int>(char const*, char const*, unsigned int const&, unsigned int const&) (src/ xcodebuild/Debug/test_shell_tests) 262 Memcheck:Cond
263 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) 263 fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0 _
264 ImageOperations_CreateMaskedBitmap_Test::TestBody() (src/xcodebuild/Debug/tes t_shell_tests) 264 fun:_ZN7testing8internal8EqHelperILb0EE7CompareIjjEENS_15AssertionResultEPKcS 6_RKT_RKT0_
265 testing::Test::Run() (src/xcodebuild/Debug/test_shell_tests) 265 fun:_ZN39ImageOperations_CreateMaskedBitmap_Test8TestBodyEv
266 } 266 fun:_ZN7testing4Test3RunEv
267 fun:_ZN7testing8internal12TestInfoImpl3RunEv
268 fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
269 fun:_ZNK7testing8internal4ListIPNS_8TestInfoEE7ForEachIPFvS3_EEEvT_
270 fun:_ZN7testing8TestCase3RunEv
271 fun:_ZN7testing8TestCase11RunTestCaseEPS0_
272 fun:_ZNK7testing8internal4ListIPNS_8TestCaseEE7ForEachIPFvS3_EEEvT_
273 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
274 fun:_ZN7testing8UnitTest3RunEv
275 fun:main
276 }
OLDNEW
« 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