| 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 Memcheck:Leak | 883 Memcheck:Leak |
| 884 fun:_Znw* | 884 fun:_Znw* |
| 885 ... | 885 ... |
| 886 fun:_ZN4base*Histogram10FactoryGet* | 886 fun:_ZN4base*Histogram10FactoryGet* |
| 887 } | 887 } |
| 888 { | 888 { |
| 889 # Histograms are used on un-joined threads, and can't be deleted atexit. | 889 # Histograms are used on un-joined threads, and can't be deleted atexit. |
| 890 Histograms via FactoryGet including Stats for disk_cache | 890 Histograms via FactoryGet including Stats for disk_cache |
| 891 Memcheck:Leak | 891 Memcheck:Leak |
| 892 fun:_Znw* | 892 fun:_Znw* |
| 893 fun:_ZN10disk_cache14StatsHistogram24StatsHistogramFactoryGet* | 893 fun:_ZN10disk_cache14StatsHistogram10FactoryGet* |
| 894 } | 894 } |
| 895 | 895 |
| 896 #----------------------------------------------------------------------- | 896 #----------------------------------------------------------------------- |
| 897 # 3. Suppressions for real chromium bugs that are not yet fixed. | 897 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 898 # These should all be in chromium's bug tracking system (but a few aren't yet). | 898 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 899 | 899 |
| 900 { | 900 { |
| 901 # Chromium flakily leaks tasks at shutdown, see | 901 # Chromium flakily leaks tasks at shutdown, see |
| 902 # http://crbug.com/6532 | 902 # http://crbug.com/6532 |
| 903 # http://codereview.chromium.org/20067 | 903 # http://codereview.chromium.org/20067 |
| (...skipping 3417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4321 } | 4321 } |
| 4322 { | 4322 { |
| 4323 bug_todo_getdelim | 4323 bug_todo_getdelim |
| 4324 Memcheck:Leak | 4324 Memcheck:Leak |
| 4325 fun:malloc | 4325 fun:malloc |
| 4326 fun:getdelim | 4326 fun:getdelim |
| 4327 ... | 4327 ... |
| 4328 fun:call_init | 4328 fun:call_init |
| 4329 fun:_dl_init | 4329 fun:_dl_init |
| 4330 } | 4330 } |
| OLD | NEW |