OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four 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, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
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 5768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5779 } | 5779 } |
5780 { | 5780 { |
5781 bug_143431 | 5781 bug_143431 |
5782 Memcheck:Leak | 5782 Memcheck:Leak |
5783 fun:_Znw* | 5783 fun:_Znw* |
5784 fun:_ZN11ManagedModeC2Ev | 5784 fun:_ZN11ManagedModeC2Ev |
5785 fun:_ZN12_GLOBAL__N_115FakeManagedModeC1Ev | 5785 fun:_ZN12_GLOBAL__N_115FakeManagedModeC1Ev |
5786 fun:_ZN15ManagedModeTestC2Ev | 5786 fun:_ZN15ManagedModeTestC2Ev |
5787 fun:_ZN*ManagedModeTest_* | 5787 fun:_ZN*ManagedModeTest_* |
5788 } | 5788 } |
| 5789 { |
| 5790 bug_143545 |
| 5791 Memcheck:Uninitialized |
| 5792 fun:_ZN4aura10RootWindow10ShowCursorEb |
| 5793 fun:_ZN3ash5Shell10ShowCursorEb |
| 5794 fun:_ZN3ash13CursorManager10ShowCursorEb |
| 5795 fun:_ZN3ash4test11AshTestBase5SetUpEv |
| 5796 } |
5789 | 5797 |
5790 #----------------------------------------------------------------------- | 5798 #----------------------------------------------------------------------- |
5791 # 4. These only occur on our Google workstations | 5799 # 4. These only occur on our Google workstations |
5792 | 5800 |
5793 { | 5801 { |
5794 bug_todo_getdelim | 5802 bug_todo_getdelim |
5795 Memcheck:Leak | 5803 Memcheck:Leak |
5796 fun:malloc | 5804 fun:malloc |
5797 fun:getdelim | 5805 fun:getdelim |
5798 ... | 5806 ... |
5799 fun:call_init | 5807 fun:call_init |
5800 fun:_dl_init | 5808 fun:_dl_init |
5801 } | 5809 } |
5802 { | 5810 { |
5803 bug_todo_getdelim2 | 5811 bug_todo_getdelim2 |
5804 Memcheck:Leak | 5812 Memcheck:Leak |
5805 fun:malloc | 5813 fun:malloc |
5806 fun:getdelim | 5814 fun:getdelim |
5807 obj:/lib/libselinux.so.1 | 5815 obj:/lib/libselinux.so.1 |
5808 obj:/lib/libselinux.so.1 | 5816 obj:/lib/libselinux.so.1 |
5809 obj:/lib/libselinux.so.1 | 5817 obj:/lib/libselinux.so.1 |
5810 } | 5818 } |
5811 { | 5819 { |
5812 bug_todo_grep | 5820 bug_todo_grep |
5813 Memcheck:Leak | 5821 Memcheck:Leak |
5814 fun:malloc | 5822 fun:malloc |
5815 obj:/bin/grep | 5823 obj:/bin/grep |
5816 obj:/bin/grep | 5824 obj:/bin/grep |
5817 } | 5825 } |
OLD | NEW |