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 4034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4045 Memcheck:Uninitialized | 4045 Memcheck:Uninitialized |
4046 ... | 4046 ... |
4047 fun:_ZNK5blink13RootInlineBox13maxLogicalTopEv | 4047 fun:_ZNK5blink13RootInlineBox13maxLogicalTopEv |
4048 fun:_ZN5blinkL22computeUnderlineOffsetENS_21TextUnderlinePositionERKNS_11Font
MetricsEPKNS_13InlineTextBoxEf | 4048 fun:_ZN5blinkL22computeUnderlineOffsetENS_21TextUnderlinePositionERKNS_11Font
MetricsEPKNS_13InlineTextBoxEf |
4049 fun:_ZN5blink13InlineTextBox15paintDecorationEPNS_15GraphicsContextERKNS_10Fl
oatPointENS_14TextDecorationE | 4049 fun:_ZN5blink13InlineTextBox15paintDecorationEPNS_15GraphicsContextERKNS_10Fl
oatPointENS_14TextDecorationE |
4050 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay
outUnitES6_ | 4050 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay
outUnitES6_ |
4051 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay
outUnitES6_ | 4051 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay
outUnitES6_ |
4052 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay
outUnitES6_ | 4052 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay
outUnitES6_ |
4053 fun:_ZNK5blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Paint
InfoERKNS_11LayoutPointE | 4053 fun:_ZNK5blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Paint
InfoERKNS_11LayoutPointE |
4054 } | 4054 } |
| 4055 { |
| 4056 bug_417093 |
| 4057 Memcheck:Leak |
| 4058 fun:malloc |
| 4059 fun:_ZN3WTF10fastMallocEm |
| 4060 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm |
| 4061 fun:_ZN5blink7RawData6createEv |
| 4062 fun:_ZN5blink6Stream7addDataEPKcm |
| 4063 fun:_ZN5blink14XMLHttpRequest14didReceiveDataEPKci |
| 4064 fun:_ZThn80_N5blink14XMLHttpRequest14didReceiveDataEPKci |
| 4065 fun:_ZN5blink24DocumentThreadableLoader18handleReceivedDataEPKci |
| 4066 fun:_ZN5blink24DocumentThreadableLoader12dataReceivedEPNS_8ResourceEPKci |
| 4067 fun:_ZThn16_N5blink24DocumentThreadableLoader12dataReceivedEPNS_8ResourceEPKc
i |
| 4068 } |
| 4069 { |
| 4070 bug_417119 |
| 4071 Memcheck:Leak |
| 4072 fun:_Znw* |
| 4073 ... |
| 4074 fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSE
RKS3_ |
| 4075 fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27Task
RunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE |
| 4076 fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperation
ContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE |
| 4077 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13
FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE |
| 4078 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst
emURLEPN4base4File5ErrorE |
| 4079 } |
OLD | NEW |