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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 fun:calloc | 999 fun:calloc |
1000 ... | 1000 ... |
1001 fun:error_get_my_stack | 1001 fun:error_get_my_stack |
1002 fun:nss_ClearErrorStack | 1002 fun:nss_ClearErrorStack |
1003 fun:NSSArena_Destroy | 1003 fun:NSSArena_Destroy |
1004 } | 1004 } |
1005 { | 1005 { |
1006 bug_83345 (Needs_Annotation) | 1006 bug_83345 (Needs_Annotation) |
1007 Memcheck:Leak | 1007 Memcheck:Leak |
1008 ... | 1008 ... |
1009 fun:_ZN4base23LeakyLazyInstanceTraits*NewEPv | 1009 fun:_ZN4base*23LeakyLazyInstanceTraits*NewEPv |
1010 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv | 1010 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv |
1011 } | 1011 } |
1012 { | 1012 { |
1013 bug_87500_a (Intentional) | 1013 bug_87500_a (Intentional) |
1014 Memcheck:Leak | 1014 Memcheck:Leak |
1015 ... | 1015 ... |
1016 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv | 1016 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv |
1017 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv | 1017 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv |
1018 } | 1018 } |
1019 { | 1019 { |
(...skipping 4739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5759 obj:/lib/libselinux.so.1 | 5759 obj:/lib/libselinux.so.1 |
5760 } | 5760 } |
5761 { | 5761 { |
5762 bug_todo_grep | 5762 bug_todo_grep |
5763 Memcheck:Leak | 5763 Memcheck:Leak |
5764 fun:malloc | 5764 fun:malloc |
5765 obj:/bin/grep | 5765 obj:/bin/grep |
5766 obj:/bin/grep | 5766 obj:/bin/grep |
5767 } | 5767 } |
5768 | 5768 |
OLD | NEW |