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 5798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5809 } | 5809 } |
5810 { | 5810 { |
5811 bug_124766 | 5811 bug_124766 |
5812 Memcheck:Leak | 5812 Memcheck:Leak |
5813 fun:_Znw* | 5813 fun:_Znw* |
5814 ... | 5814 ... |
5815 fun:_ZN16GoogleURLTracker19OnNavigationPendingERKN7content18NotificationSourc
eES3_P16InfoBarTabHelperRK4GURL | 5815 fun:_ZN16GoogleURLTracker19OnNavigationPendingERKN7content18NotificationSourc
eES3_P16InfoBarTabHelperRK4GURL |
5816 fun:_ZN20GoogleURLTrackerTest16SetSearchPendingERK4GURLi | 5816 fun:_ZN20GoogleURLTrackerTest16SetSearchPendingERK4GURLi |
5817 fun:_ZN71GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_T
est8TestBodyEv | 5817 fun:_ZN71GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_T
est8TestBodyEv |
5818 } | 5818 } |
| 5819 { |
| 5820 bug_125129 |
| 5821 Memcheck:Leak |
| 5822 fun:_Znw* |
| 5823 ... |
| 5824 fun:_ZN21RenderProcessHostImplC1EPN7content14BrowserContextE |
| 5825 fun:_ZN16SiteInstanceImpl10GetProcessEv |
| 5826 ... |
| 5827 fun:_ZN*_*_Test8TestBodyEv |
| 5828 } |
5819 | 5829 |
5820 #----------------------------------------------------------------------- | 5830 #----------------------------------------------------------------------- |
5821 # 4. These only occur on our Google workstations | 5831 # 4. These only occur on our Google workstations |
5822 | 5832 |
5823 { | 5833 { |
5824 bug_todo_getdelim | 5834 bug_todo_getdelim |
5825 Memcheck:Leak | 5835 Memcheck:Leak |
5826 fun:malloc | 5836 fun:malloc |
5827 fun:getdelim | 5837 fun:getdelim |
5828 ... | 5838 ... |
(...skipping 10 matching lines...) Expand all Loading... |
5839 obj:/lib/libselinux.so.1 | 5849 obj:/lib/libselinux.so.1 |
5840 } | 5850 } |
5841 { | 5851 { |
5842 bug_todo_grep | 5852 bug_todo_grep |
5843 Memcheck:Leak | 5853 Memcheck:Leak |
5844 fun:malloc | 5854 fun:malloc |
5845 obj:/bin/grep | 5855 obj:/bin/grep |
5846 obj:/bin/grep | 5856 obj:/bin/grep |
5847 } | 5857 } |
5848 | 5858 |
OLD | NEW |