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 5776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5787 { | 5787 { |
5788 bug_139664 | 5788 bug_139664 |
5789 Memcheck:Uninitialized | 5789 Memcheck:Uninitialized |
5790 fun:_ZN4skia12_GLOBAL__N_18ClampTo8Ei | 5790 fun:_ZN4skia12_GLOBAL__N_18ClampTo8Ei |
5791 fun:_ZN4skia12_GLOBAL__N_120ConvolveHorizontallyILb1EEEvPKhRKNS_19Convolution
Filter1DEPh | 5791 fun:_ZN4skia12_GLOBAL__N_120ConvolveHorizontallyILb1EEEvPKhRKNS_19Convolution
Filter1DEPh |
5792 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb | 5792 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_iPhb |
5793 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK
7SkIRect | 5793 fun:_ZN4skia15ImageOperations11ResizeBasicERK8SkBitmapNS0_12ResizeMethodEiiRK
7SkIRect |
5794 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe
ct | 5794 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe
ct |
5795 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_ | 5795 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_ |
5796 } | 5796 } |
| 5797 { |
| 5798 bug_139703 |
| 5799 Memcheck:Leak |
| 5800 fun:_Znw* |
| 5801 fun:_ZN5media8Pipeline7DoPauseERKN4base8CallbackIFvvEEE |
| 5802 fun:_ZN5media8Pipeline8SeekTaskEN4base9TimeDeltaERKNS1_8CallbackIFvNS_14Pipel
ineStatusEEEE |
| 5803 } |
5797 | 5804 |
5798 #----------------------------------------------------------------------- | 5805 #----------------------------------------------------------------------- |
5799 # 4. These only occur on our Google workstations | 5806 # 4. These only occur on our Google workstations |
5800 | 5807 |
5801 { | 5808 { |
5802 bug_todo_getdelim | 5809 bug_todo_getdelim |
5803 Memcheck:Leak | 5810 Memcheck:Leak |
5804 fun:malloc | 5811 fun:malloc |
5805 fun:getdelim | 5812 fun:getdelim |
5806 ... | 5813 ... |
5807 fun:call_init | 5814 fun:call_init |
5808 fun:_dl_init | 5815 fun:_dl_init |
5809 } | 5816 } |
5810 { | 5817 { |
5811 bug_todo_getdelim2 | 5818 bug_todo_getdelim2 |
5812 Memcheck:Leak | 5819 Memcheck:Leak |
5813 fun:malloc | 5820 fun:malloc |
5814 fun:getdelim | 5821 fun:getdelim |
5815 obj:/lib/libselinux.so.1 | 5822 obj:/lib/libselinux.so.1 |
5816 obj:/lib/libselinux.so.1 | 5823 obj:/lib/libselinux.so.1 |
5817 obj:/lib/libselinux.so.1 | 5824 obj:/lib/libselinux.so.1 |
5818 } | 5825 } |
5819 { | 5826 { |
5820 bug_todo_grep | 5827 bug_todo_grep |
5821 Memcheck:Leak | 5828 Memcheck:Leak |
5822 fun:malloc | 5829 fun:malloc |
5823 obj:/bin/grep | 5830 obj:/bin/grep |
5824 obj:/bin/grep | 5831 obj:/bin/grep |
5825 } | 5832 } |
OLD | NEW |