OLD | NEW |
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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 unitialized_rect_allocated_on_stack_when_reparenting_window_content_views | 250 unitialized_rect_allocated_on_stack_when_reparenting_window_content_views |
251 Memcheck:Cond | 251 Memcheck:Cond |
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 { |
| 261 # Started failing with r19701 (tc), which enables the ImageOperations test. |
| 262 # TODO(ojan): File a bug once google code comes back online. |
| 263 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) |
| 264 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) |
| 265 ImageOperations_CreateMaskedBitmap_Test::TestBody() (src/xcodebuild/Debug/tes
t_shell_tests) |
| 266 testing::Test::Run() (src/xcodebuild/Debug/test_shell_tests) |
| 267 } |
OLD | NEW |