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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 fun:pager_truncate_cache | 567 fun:pager_truncate_cache |
568 fun:pager_truncate | 568 fun:pager_truncate |
569 fun:pager_playback | 569 fun:pager_playback |
570 fun:sqlite3PagerRollback | 570 fun:sqlite3PagerRollback |
571 fun:sqlite3BtreeRollback | 571 fun:sqlite3BtreeRollback |
572 fun:sqlite3RollbackAll | 572 fun:sqlite3RollbackAll |
573 ... | 573 ... |
574 fun:sqlite3_exec | 574 fun:sqlite3_exec |
575 } | 575 } |
576 { | 576 { |
| 577 bug_20653c |
| 578 Memcheck:Addr4 |
| 579 fun:pager_write_pagelist |
| 580 fun:sqlite3PagerCommitPhaseOne |
| 581 } |
| 582 { |
577 bug_20808 | 583 bug_20808 |
578 Memcheck:Addr8 | 584 Memcheck:Addr8 |
579 ... | 585 ... |
580 fun:CGContextDrawLayerAtPoint | 586 fun:CGContextDrawLayerAtPoint |
581 fun:-[RenderWidgetHostViewCocoa drawRect:] | 587 fun:-[RenderWidgetHostViewCocoa drawRect:] |
582 } | 588 } |
583 { | 589 { |
584 bug_20814 | 590 bug_20814 |
585 Memcheck:Addr4 | 591 Memcheck:Addr4 |
586 fun:_ZN10CLVContextC2EPKvm | 592 fun:_ZN10CLVContextC2EPKvm |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 fun:-[NSFont boundingRectForGlyph:] | 745 fun:-[NSFont boundingRectForGlyph:] |
740 } | 746 } |
741 { | 747 { |
742 bug_21286 | 748 bug_21286 |
743 Memcheck:Leak | 749 Memcheck:Leak |
744 fun:_Znw* | 750 fun:_Znw* |
745 fun:sendSimpleEventToSelf | 751 fun:sendSimpleEventToSelf |
746 fun:aeInitializeFromHIToolbox | 752 fun:aeInitializeFromHIToolbox |
747 fun:INIT_AppleEvents | 753 fun:INIT_AppleEvents |
748 } | 754 } |
OLD | NEW |