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

Side by Side 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 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 # There are three kinds of suppressions in this file: 1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over. 2 # 1. Third party stuff we have no control over.
3 # 3 #
4 # 2. Intentional unit test errors, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing. 5 # in our own code, or stuff that is so trivial it's not worth fixing.
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system. 8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 } 746 }
747 { 747 {
748 bug_21286 748 bug_21286
749 Memcheck:Leak 749 Memcheck:Leak
750 fun:_Znw* 750 fun:_Znw*
751 fun:sendSimpleEventToSelf 751 fun:sendSimpleEventToSelf
752 fun:aeInitializeFromHIToolbox 752 fun:aeInitializeFromHIToolbox
753 fun:INIT_AppleEvents 753 fun:INIT_AppleEvents
754 } 754 }
755 { 755 {
756 bug_21479 756 bug_21479
757 Memcheck:Leak 757 Memcheck:Leak
758 fun:malloc_zone_malloc 758 fun:malloc_zone_malloc
759 fun:_CFRuntimeCreateInstance 759 fun:_CFRuntimeCreateInstance
760 fun:CFPasteboardCreate 760 fun:CFPasteboardCreate
761 fun:CFPasteboardCreateUnique 761 fun:CFPasteboardCreateUnique
762 fun:+[NSPasteboard _pasteboardWithName:] 762 fun:+[NSPasteboard _pasteboardWithName:]
763 fun:+[NSPasteboard pasteboardWithUniqueName] 763 fun:+[NSPasteboard pasteboardWithUniqueName]
764 } 764 }
765 {
766 bug_21645a
767 Memcheck:Cond
768 fun:_ZN3gfx4Size9set_widthEi
769 fun:_ZN3gfx4Rect9set_widthEi
770 fun:_ZN3gfx4RectC2ERK6CGRect
771 fun:_ZN3gfx4RectC1ERK6CGRect
772 fun:_ZNK12_GLOBAL__N_126DefaultMonitorInfoProvider25GetPrimaryMonitorWorkArea Ev
773 fun:_ZNK11WindowSizer22GetDefaultWindowBoundsEPN3gfx4RectE
774 fun:_ZNK11WindowSizer21DetermineWindowBoundsERKN3gfx4RectEPS1_Pb
775 fun:_ZN11WindowSizer22GetBrowserWindowBoundsERKSbIwSt11char_traitsIwESaIwEERK N3gfx4RectEP7BrowserPS7_Pb
776 fun:_ZNK7Browser20GetSavedWindowBoundsEv
777 fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
778 fun:-[BrowserWindowController initWithBrowser:]
779 }
780 {
781 bug_21645b
782 Memcheck:Cond
783 fun:NSMouseInRect
784 fun:-[NSThemeFrame _updateWidgets]
785 fun:-[NSThemeFrame _tileTitlebarAndRedisplay:]
786 ...
787 fun:-[NSWindowController window]
788 fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
789 fun:-[BrowserWindowController initWithBrowser:]
790 }
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