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_124961 | |
5821 Memcheck:Leak | |
5822 fun:_Znw* | |
5823 ... | |
5824 fun:_ZN5gdata*GDataDBTest_*Test_Test8TestBodyEv | |
5825 } | |
5826 | 5819 |
5827 #----------------------------------------------------------------------- | 5820 #----------------------------------------------------------------------- |
5828 # 4. These only occur on our Google workstations | 5821 # 4. These only occur on our Google workstations |
5829 | 5822 |
5830 { | 5823 { |
5831 bug_todo_getdelim | 5824 bug_todo_getdelim |
5832 Memcheck:Leak | 5825 Memcheck:Leak |
5833 fun:malloc | 5826 fun:malloc |
5834 fun:getdelim | 5827 fun:getdelim |
5835 ... | 5828 ... |
(...skipping 10 matching lines...) Expand all Loading... |
5846 obj:/lib/libselinux.so.1 | 5839 obj:/lib/libselinux.so.1 |
5847 } | 5840 } |
5848 { | 5841 { |
5849 bug_todo_grep | 5842 bug_todo_grep |
5850 Memcheck:Leak | 5843 Memcheck:Leak |
5851 fun:malloc | 5844 fun:malloc |
5852 obj:/bin/grep | 5845 obj:/bin/grep |
5853 obj:/bin/grep | 5846 obj:/bin/grep |
5854 } | 5847 } |
5855 | 5848 |
OLD | NEW |