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

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

Issue 151107: Mac valgrind fix (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 | « chrome/browser/cocoa/browser_window_controller.mm ('k') | 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 # Reproducible just launching and quitting TextEdit; filed with Apple as rdar ://7004347 238 # Reproducible just launching and quitting TextEdit; filed with Apple as rdar ://7004347
239 tsm_leak_rdar_7004347 239 tsm_leak_rdar_7004347
240 Memcheck:Leak 240 Memcheck:Leak
241 fun:malloc_zone_malloc 241 fun:malloc_zone_malloc
242 fun:_CFRuntimeCreateInstance 242 fun:_CFRuntimeCreateInstance
243 fun:__CFDictionaryInit 243 fun:__CFDictionaryInit
244 fun:utOpenActivateAllSelectedIMInDoc 244 fun:utOpenActivateAllSelectedIMInDoc
245 fun:MyActivateTSMDocument 245 fun:MyActivateTSMDocument
246 fun:ActivateTSMDocument 246 fun:ActivateTSMDocument
247 } 247 }
248 {
249 # Looks like an Apple bug; has no visual impact.
250 unitialized_rect_allocated_on_stack_when_reparenting_window_content_views
251 Memcheck:Cond
252 fun:NSRectClip
253 fun:-[NSThemeFrame drawOverlayRect:]
254 ...
255 fun:-[NSWindow makeKeyAndOrderFront:]
256 fun:-[BrowserWindowController setFullscreen:]
257 ...
258 fun:main
259 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698