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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 203045: Add one more mac suppression found with a local run and slightly different co... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 25977)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -753,12 +753,38 @@
fun:INIT_AppleEvents
}
{
- bug_21479
- Memcheck:Leak
- fun:malloc_zone_malloc
- fun:_CFRuntimeCreateInstance
- fun:CFPasteboardCreate
- fun:CFPasteboardCreateUnique
- fun:+[NSPasteboard _pasteboardWithName:]
- fun:+[NSPasteboard pasteboardWithUniqueName]
+ bug_21479
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CFPasteboardCreate
+ fun:CFPasteboardCreateUnique
+ fun:+[NSPasteboard _pasteboardWithName:]
+ fun:+[NSPasteboard pasteboardWithUniqueName]
}
+{
+ bug_21645a
+ Memcheck:Cond
+ fun:_ZN3gfx4Size9set_widthEi
+ fun:_ZN3gfx4Rect9set_widthEi
+ fun:_ZN3gfx4RectC2ERK6CGRect
+ fun:_ZN3gfx4RectC1ERK6CGRect
+ fun:_ZNK12_GLOBAL__N_126DefaultMonitorInfoProvider25GetPrimaryMonitorWorkAreaEv
+ fun:_ZNK11WindowSizer22GetDefaultWindowBoundsEPN3gfx4RectE
+ fun:_ZNK11WindowSizer21DetermineWindowBoundsERKN3gfx4RectEPS1_Pb
+ fun:_ZN11WindowSizer22GetBrowserWindowBoundsERKSbIwSt11char_traitsIwESaIwEERKN3gfx4RectEP7BrowserPS7_Pb
+ fun:_ZNK7Browser20GetSavedWindowBoundsEv
+ fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
+ fun:-[BrowserWindowController initWithBrowser:]
+}
+{
+ bug_21645b
+ Memcheck:Cond
+ fun:NSMouseInRect
+ fun:-[NSThemeFrame _updateWidgets]
+ fun:-[NSThemeFrame _tileTitlebarAndRedisplay:]
+ ...
+ fun:-[NSWindowController window]
+ fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
+ fun:-[BrowserWindowController initWithBrowser:]
+}
« 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