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 2747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2758 { | 2758 { |
2759 bug_63671 | 2759 bug_63671 |
2760 Memcheck:Param | 2760 Memcheck:Param |
2761 write(buf) | 2761 write(buf) |
2762 ... | 2762 ... |
2763 fun:_ZN9file_util9WriteFileERK8FilePathPKci | 2763 fun:_ZN9file_util9WriteFileERK8FilePathPKci |
2764 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE | 2764 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE |
2765 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv | 2765 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv |
2766 } | 2766 } |
2767 { | 2767 { |
| 2768 bug_63671_b |
| 2769 Memcheck:Param |
| 2770 write(buf) |
| 2771 ... |
| 2772 fun:_ZN9file_util9WriteFileERK8FilePathPKci |
| 2773 fun:_ZN12_GLOBAL__N_110SaveBitmapEPSt6vectorIhSaIhEE8FilePathPb |
| 2774 fun:_ZN4base8internal15RunnableAdapterIPFvPSt6vectorIhSaIhEE8FilePathPbEE3Run
ERKS5_RKS6_RKS7_ |
| 2775 } |
| 2776 { |
2768 bug_64804 | 2777 bug_64804 |
2769 Memcheck:Leak | 2778 Memcheck:Leak |
2770 fun:_Znw* | 2779 fun:_Znw* |
2771 fun:_ZN4base16MessageLoopProxy22currentEv | 2780 fun:_ZN4base16MessageLoopProxy22currentEv |
2772 ... | 2781 ... |
2773 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE | 2782 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE |
2774 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE | 2783 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE |
2775 } | 2784 } |
2776 { | 2785 { |
2777 bug_64887_a | 2786 bug_64887_a |
(...skipping 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5297 obj:/lib/libselinux.so.1 | 5306 obj:/lib/libselinux.so.1 |
5298 obj:/lib/libselinux.so.1 | 5307 obj:/lib/libselinux.so.1 |
5299 } | 5308 } |
5300 { | 5309 { |
5301 bug_todo_grep | 5310 bug_todo_grep |
5302 Memcheck:Leak | 5311 Memcheck:Leak |
5303 fun:malloc | 5312 fun:malloc |
5304 obj:/bin/grep | 5313 obj:/bin/grep |
5305 obj:/bin/grep | 5314 obj:/bin/grep |
5306 } | 5315 } |
OLD | NEW |