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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 { | 389 { |
390 bug_28072c | 390 bug_28072c |
391 Memcheck:Addr2 | 391 Memcheck:Addr2 |
392 ... | 392 ... |
393 fun:CSBackupSetItemExcluded | 393 fun:CSBackupSetItemExcluded |
394 fun:_ZN8mac_util22SetFileBackupExclusionERK8FilePathb | 394 fun:_ZN8mac_util22SetFileBackupExclusionERK8FilePathb |
395 fun:_ZN7history15HistoryDatabase4InitERK8FilePathS3_ | 395 fun:_ZN7history15HistoryDatabase4InitERK8FilePathS3_ |
396 fun:_ZN7history14HistoryBackend8InitImplEv | 396 fun:_ZN7history14HistoryBackend8InitImplEv |
397 fun:_ZN7history14HistoryBackend4InitEb | 397 fun:_ZN7history14HistoryBackend4InitEb |
398 } | 398 } |
| 399 # Note: bug 31634 happens very sporatically. |
| 400 { |
| 401 bug_31634 |
| 402 Memcheck:Leak |
| 403 fun:malloc_zone_malloc |
| 404 fun:_CFRuntimeCreateInstance |
| 405 fun:__CFDictionaryInit |
| 406 fun:CFDictionaryCreate |
| 407 fun:classDescription |
| 408 } |
399 { | 409 { |
400 bug_35164 | 410 bug_35164 |
401 Memcheck:Cond | 411 Memcheck:Cond |
402 ... | 412 ... |
403 fun:gl_context_init_client_state | 413 fun:gl_context_init_client_state |
404 fun:ogl_begin_rendering | 414 fun:ogl_begin_rendering |
405 fun:CARenderOGLRender | 415 fun:CARenderOGLRender |
406 fun:view_draw | 416 fun:view_draw |
407 } | 417 } |
408 { | 418 { |
(...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1600 fun:_HandlePopUpMenuSelection7 | 1610 fun:_HandlePopUpMenuSelection7 |
1601 fun:_NSPopUpCarbonMenu3 | 1611 fun:_NSPopUpCarbonMenu3 |
1602 fun:_NSPopUpCarbonMenu2 | 1612 fun:_NSPopUpCarbonMenu2 |
1603 fun:_NSPopUpCarbonMenu1 | 1613 fun:_NSPopUpCarbonMenu1 |
1604 fun:-[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] | 1614 fun:-[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] |
1605 fun:-[NSMenu _popUpContextMenu:withEvent:forView:withFont:] | 1615 fun:-[NSMenu _popUpContextMenu:withEvent:forView:withFont:] |
1606 fun:-[NSMenu _popUpContextMenu:withEvent:forView:] | 1616 fun:-[NSMenu _popUpContextMenu:withEvent:forView:] |
1607 fun:-[ProfileMenuButton mouseDown:] | 1617 fun:-[ProfileMenuButton mouseDown:] |
1608 fun:_ZN35ProfileMenuButtonTest_MenuTest_Test8TestBodyEv | 1618 fun:_ZN35ProfileMenuButtonTest_MenuTest_Test8TestBodyEv |
1609 } | 1619 } |
OLD | NEW |