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 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1960 Memcheck:Unaddressable | 1960 Memcheck:Unaddressable |
1961 ... | 1961 ... |
1962 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv | 1962 fun:_ZN7WebCore13TextRunWalker13nextScriptRunEv |
1963 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv | 1963 fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv |
1964 } | 1964 } |
1965 { | 1965 { |
1966 bug_51679 | 1966 bug_51679 |
1967 Memcheck:Leak | 1967 Memcheck:Leak |
1968 fun:_Znw* | 1968 fun:_Znw* |
1969 ... | 1969 ... |
1970 fun:_ZN23ExtensionMessageService16AddEventListenerERKSsi | 1970 fun:_ZN23MessageService16AddEventListenerERKSsi |
1971 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs | 1971 fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs |
1972 } | 1972 } |
1973 { | 1973 { |
1974 bug_52831 | 1974 bug_52831 |
1975 Memcheck:Leak | 1975 Memcheck:Leak |
1976 fun:_Znw* | 1976 fun:_Znw* |
1977 ... | 1977 ... |
1978 fun:*InotifyReaderTask3RunEv | 1978 fun:*InotifyReaderTask3RunEv |
1979 ... | 1979 ... |
1980 fun:_ZN11MessageLoop11RunInternalEv | 1980 fun:_ZN11MessageLoop11RunInternalEv |
(...skipping 3752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5733 obj:/lib/libselinux.so.1 | 5733 obj:/lib/libselinux.so.1 |
5734 obj:/lib/libselinux.so.1 | 5734 obj:/lib/libselinux.so.1 |
5735 } | 5735 } |
5736 { | 5736 { |
5737 bug_todo_grep | 5737 bug_todo_grep |
5738 Memcheck:Leak | 5738 Memcheck:Leak |
5739 fun:malloc | 5739 fun:malloc |
5740 obj:/bin/grep | 5740 obj:/bin/grep |
5741 obj:/bin/grep | 5741 obj:/bin/grep |
5742 } | 5742 } |
OLD | NEW |