OLD | NEW |
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 { | 233 { |
234 # jrg thinks this is probably a bug in Cocoa but is harmless. We | 234 # jrg thinks this is probably a bug in Cocoa but is harmless. We |
235 # can hit it by using --homepage=about:blank, which triggers a | 235 # can hit it by using --homepage=about:blank, which triggers a |
236 # location bar focus earlier than normal (earlier than when a | 236 # location bar focus earlier than normal (earlier than when a |
237 # window is shown). To "work around" the problem for valgrind, we | 237 # window is shown). To "work around" the problem for valgrind, we |
238 # could call for example call [NSWindow setInitialFirstResponder:] | 238 # could call for example call [NSWindow setInitialFirstResponder:] |
239 # instead of [NSWindow makeFirstResponder:] if the window isn't | 239 # instead of [NSWindow makeFirstResponder:] if the window isn't |
240 # visible. However, these contortions are ugly. since the | 240 # visible. However, these contortions are ugly. since the |
241 # needsDisplay region gets reset when the window is shown, it | 241 # needsDisplay region gets reset when the window is shown, it |
242 # really doesn't matter what we do with it before then. | 242 # really doesn't matter what we do with it before then. |
| 243 Mac_NSIsEmptyRect_Cond |
243 Memcheck:Cond | 244 Memcheck:Cond |
244 fun:NSIsEmptyRect | 245 fun:NSIsEmptyRect |
245 fun:-[NSRegion isEmpty] | 246 fun:-[NSRegion isEmpty] |
246 fun:-[NSRegion subtractRegion:] | 247 fun:-[NSRegion subtractRegion:] |
247 fun:-[NSWindow _subtractFromNeedsDisplayRegion:] | 248 fun:-[NSWindow _subtractFromNeedsDisplayRegion:] |
248 ... | 249 ... |
249 fun:-[NSWindow makeKeyAndOrderFront:] | 250 fun:-[NSWindow makeKeyAndOrderFront:] |
250 fun:_ZN18BrowserWindowCocoa4ShowEv | 251 fun:_ZN18BrowserWindowCocoa4ShowEv |
251 ... | 252 ... |
252 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec
torI4GURLSaIS4_EE | 253 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec
torI4GURLSaIS4_EE |
253 ... | 254 ... |
254 fun:ChromeMain | 255 fun:ChromeMain |
255 fun:main | 256 fun:main |
256 } | 257 } |
257 { | 258 { |
258 # Same as above -- touching a region we'll throw away soon. | 259 # Same as above -- touching a region we'll throw away soon. |
| 260 Mac_NSUnionRect_Cond |
259 Memcheck:Cond | 261 Memcheck:Cond |
260 fun:NSUnionRect | 262 fun:NSUnionRect |
261 fun:-[NSRegion addRect:] | 263 fun:-[NSRegion addRect:] |
262 ... | 264 ... |
263 fun:-[AutocompleteTextField becomeFirstResponder] | 265 fun:-[AutocompleteTextField becomeFirstResponder] |
264 fun:-[NSWindow makeFirstResponder:] | 266 fun:-[NSWindow makeFirstResponder:] |
265 fun:_ZN23AutocompleteEditViewMac13FocusLocationEb | 267 fun:_ZN23AutocompleteEditViewMac13FocusLocationEb |
266 ... | 268 ... |
267 fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsiji | 269 fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsiji |
268 } | 270 } |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 fun:_CFRuntimeCreateInstance | 724 fun:_CFRuntimeCreateInstance |
723 fun:__CFDictionaryInit | 725 fun:__CFDictionaryInit |
724 fun:CFDictionaryCreate | 726 fun:CFDictionaryCreate |
725 fun:classDescription | 727 fun:classDescription |
726 fun:classDescription | 728 fun:classDescription |
727 fun:propertyInfoForSelector | 729 fun:propertyInfoForSelector |
728 fun:CAObject_resolveInstanceMethod | 730 fun:CAObject_resolveInstanceMethod |
729 fun:_class_resolveMethod | 731 fun:_class_resolveMethod |
730 fun:_class_lookupMethodAndLoadCache | 732 fun:_class_lookupMethodAndLoadCache |
731 fun:objc_msgSend | 733 fun:objc_msgSend |
732 | |
733 fun:_ZN15StatusBubbleMac9SetStatusERKSbIwSt11char_traitsIwESaIwEE | 734 fun:_ZN15StatusBubbleMac9SetStatusERKSbIwSt11char_traitsIwESaIwEE |
734 fun:_ZN7Browser13TabSelectedAtEP11TabContentsS1_ib | 735 fun:_ZN7Browser13TabSelectedAtEP11TabContentsS1_ib |
735 fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP11TabContentsib | 736 fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP11TabContentsib |
736 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb | 737 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb |
737 fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsibjb | 738 fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsibjb |
738 fun:_ZN7Browser13AddTabWithURLERK4GURLS2_jbibP12SiteInstance | 739 fun:_ZN7Browser13AddTabWithURLERK4GURLS2_jbibP12SiteInstance |
739 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec
torI4GURLSaIS4_EE | 740 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vec
torI4GURLSaIS4_EE |
740 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb | 741 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb |
741 fun:_ZN12_GLOBAL__N_113LaunchBrowserERK11CommandLineP7ProfileRKSbIwSt11char_t
raitsIwESaIwEEbPiP11BrowserInit | 742 fun:_ZN12_GLOBAL__N_113LaunchBrowserERK11CommandLineP7ProfileRKSbIwSt11char_t
raitsIwESaIwEEbPiP11BrowserInit |
742 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRKSbIwSt11char_traits
IwESaIwEEbP7ProfilePiPS_ | 743 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRKSbIwSt11char_traits
IwESaIwEEbP7ProfilePiPS_ |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1003 fun:_decodeObjectBinary | 1004 fun:_decodeObjectBinary |
1004 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] | 1005 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] |
1005 fun:-[NSArray(NSArray) initWithCoder:] | 1006 fun:-[NSArray(NSArray) initWithCoder:] |
1006 fun:_decodeObjectBinary | 1007 fun:_decodeObjectBinary |
1007 fun:_decodeObject | 1008 fun:_decodeObject |
1008 fun:-[NSView initWithCoder:] | 1009 fun:-[NSView initWithCoder:] |
1009 fun:_decodeObjectBinary | 1010 fun:_decodeObjectBinary |
1010 fun:_decodeObject | 1011 fun:_decodeObject |
1011 fun:-[NSResponder initWithCoder:] | 1012 fun:-[NSResponder initWithCoder:] |
1012 fun:-[NSView initWithCoder:] | 1013 fun:-[NSView initWithCoder:] |
1013 fun:-[NSControl initWithCoder:] | |
1014 } | 1014 } |
1015 { | 1015 { |
1016 bug_40585 | 1016 bug_40585 |
1017 Memcheck:Param | 1017 Memcheck:Param |
1018 socketcall.sendmsg(msg.msg_iov[i]) | 1018 socketcall.sendmsg(msg.msg_iov[i]) |
1019 fun:sendmsg$UNIX2003 | 1019 fun:sendmsg$UNIX2003 |
1020 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi | 1020 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi |
1021 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv | 1021 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv |
1022 fun:event_process_active | 1022 fun:event_process_active |
1023 fun:event_base_loop | 1023 fun:event_base_loop |
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1550 bug_50638 | 1550 bug_50638 |
1551 Memcheck:Cond | 1551 Memcheck:Cond |
1552 fun:gleUpdateViewScissorData | 1552 fun:gleUpdateViewScissorData |
1553 ... | 1553 ... |
1554 fun:cgl_set_surface | 1554 fun:cgl_set_surface |
1555 fun:ogl_attach_surface | 1555 fun:ogl_attach_surface |
1556 fun:ogl_render_fade_transition | 1556 fun:ogl_render_fade_transition |
1557 fun:ogl_render_layer_ | 1557 fun:ogl_render_layer_ |
1558 fun:ogl_render_layers | 1558 fun:ogl_render_layers |
1559 } | 1559 } |
OLD | NEW |