OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 Memcheck:Leak | 866 Memcheck:Leak |
867 fun:_Znw* | 867 fun:_Znw* |
868 ... | 868 ... |
869 fun:_ZN4base*Histogram10FactoryGet* | 869 fun:_ZN4base*Histogram10FactoryGet* |
870 } | 870 } |
871 { | 871 { |
872 # Histograms are used on un-joined threads, and can't be deleted atexit. | 872 # Histograms are used on un-joined threads, and can't be deleted atexit. |
873 Histograms via FactoryGet including Stats for disk_cache | 873 Histograms via FactoryGet including Stats for disk_cache |
874 Memcheck:Leak | 874 Memcheck:Leak |
875 fun:_Znw* | 875 fun:_Znw* |
876 fun:_ZN10disk_cache14StatsHistogram24StatsHistogramFactoryGet* | 876 fun:_ZN10disk_cache14StatsHistogram10FactoryGet* |
877 } | 877 } |
878 | 878 |
879 #----------------------------------------------------------------------- | 879 #----------------------------------------------------------------------- |
880 # 3. Suppressions for real chromium bugs that are not yet fixed. | 880 # 3. Suppressions for real chromium bugs that are not yet fixed. |
881 # These should all be in chromium's bug tracking system (but a few aren't yet). | 881 # These should all be in chromium's bug tracking system (but a few aren't yet). |
882 | 882 |
883 { | 883 { |
884 # Chromium flakily leaks tasks at shutdown, see | 884 # Chromium flakily leaks tasks at shutdown, see |
885 # http://crbug.com/6532 | 885 # http://crbug.com/6532 |
886 # http://codereview.chromium.org/20067 | 886 # http://codereview.chromium.org/20067 |
(...skipping 3813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4700 } | 4700 } |
4701 { | 4701 { |
4702 bug_todo_getdelim2 | 4702 bug_todo_getdelim2 |
4703 Memcheck:Leak | 4703 Memcheck:Leak |
4704 fun:malloc | 4704 fun:malloc |
4705 fun:getdelim | 4705 fun:getdelim |
4706 obj:/lib/libselinux.so.1 | 4706 obj:/lib/libselinux.so.1 |
4707 obj:/lib/libselinux.so.1 | 4707 obj:/lib/libselinux.so.1 |
4708 obj:/lib/libselinux.so.1 | 4708 obj:/lib/libselinux.so.1 |
4709 } | 4709 } |
OLD | NEW |