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 5776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5787 fun:_ZN*ManagedModeTest_* | 5787 fun:_ZN*ManagedModeTest_* |
5788 } | 5788 } |
5789 { | 5789 { |
5790 bug_143545 | 5790 bug_143545 |
5791 Memcheck:Uninitialized | 5791 Memcheck:Uninitialized |
5792 fun:_ZN4aura10RootWindow10ShowCursorEb | 5792 fun:_ZN4aura10RootWindow10ShowCursorEb |
5793 fun:_ZN3ash5Shell10ShowCursorEb | 5793 fun:_ZN3ash5Shell10ShowCursorEb |
5794 fun:_ZN3ash13CursorManager10ShowCursorEb | 5794 fun:_ZN3ash13CursorManager10ShowCursorEb |
5795 fun:_ZN3ash4test11AshTestBase5SetUpEv | 5795 fun:_ZN3ash4test11AshTestBase5SetUpEv |
5796 } | 5796 } |
| 5797 { |
| 5798 bug_143563 |
| 5799 Memcheck:Leak |
| 5800 fun:_Znw* |
| 5801 ... |
| 5802 fun:_ZN16TaskManagerModel28RefreshVideoMemoryUsageStatsEv |
| 5803 fun:_ZN16TaskManagerModel7RefreshEv |
| 5804 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv |
| 5805 } |
5797 | 5806 |
5798 #----------------------------------------------------------------------- | 5807 #----------------------------------------------------------------------- |
5799 # 4. These only occur on our Google workstations | 5808 # 4. These only occur on our Google workstations |
5800 | 5809 |
5801 { | 5810 { |
5802 bug_todo_getdelim | 5811 bug_todo_getdelim |
5803 Memcheck:Leak | 5812 Memcheck:Leak |
5804 fun:malloc | 5813 fun:malloc |
5805 fun:getdelim | 5814 fun:getdelim |
5806 ... | 5815 ... |
5807 fun:call_init | 5816 fun:call_init |
5808 fun:_dl_init | 5817 fun:_dl_init |
5809 } | 5818 } |
5810 { | 5819 { |
5811 bug_todo_getdelim2 | 5820 bug_todo_getdelim2 |
5812 Memcheck:Leak | 5821 Memcheck:Leak |
5813 fun:malloc | 5822 fun:malloc |
5814 fun:getdelim | 5823 fun:getdelim |
5815 obj:/lib/libselinux.so.1 | 5824 obj:/lib/libselinux.so.1 |
5816 obj:/lib/libselinux.so.1 | 5825 obj:/lib/libselinux.so.1 |
5817 obj:/lib/libselinux.so.1 | 5826 obj:/lib/libselinux.so.1 |
5818 } | 5827 } |
5819 { | 5828 { |
5820 bug_todo_grep | 5829 bug_todo_grep |
5821 Memcheck:Leak | 5830 Memcheck:Leak |
5822 fun:malloc | 5831 fun:malloc |
5823 obj:/bin/grep | 5832 obj:/bin/grep |
5824 obj:/bin/grep | 5833 obj:/bin/grep |
5825 } | 5834 } |
OLD | NEW |