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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 2257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2268 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii | 2268 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
2269 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii | 2269 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
2270 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai
ntInfoERKNS_8IntPointE | 2270 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai
ntInfoERKNS_8IntPointE |
2271 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE | 2271 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE |
2272 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE | 2272 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE |
2273 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | 2273 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE |
2274 fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE | 2274 fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE |
2275 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE | 2275 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE |
2276 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE | 2276 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE |
2277 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | 2277 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE |
2278 } | 2278 } |
| 2279 { |
| 2280 bug_107177 |
| 2281 Memcheck:Leak |
| 2282 fun:calloc |
| 2283 fun:CGGlyphBitmapCreate |
| 2284 fun:CGFontCreateGlyphBitmap8 |
| 2285 fun:create_missing_bitmaps |
| 2286 fun:CGGlyphLockLockGlyphBitmaps |
| 2287 fun:ripc_RenderGlyphs |
| 2288 fun:ripc_DrawGlyphs |
| 2289 fun:draw_glyphs |
| 2290 fun:CGContextShowGlyphs |
| 2291 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphbtPm |
| 2292 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph |
| 2293 fun:_ZN15SkScalerContext8getImageERK7SkGlyph |
| 2294 fun:_ZN12SkGlyphCache9findImageERK7SkGlyph |
| 2295 fun:_ZL22D1G_NoBounder_RectClipRK12SkDraw1GlyphiiRK7SkGlyph |
| 2296 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint |
| 2297 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint |
| 2298 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint |
| 2299 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontData
ERKNS_11GlyphBufferEiiRKNS_10FloatPointE |
| 2300 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERK
NS_11GlyphBufferERKNS_10FloatPointE |
| 2301 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN
S_10FloatPointEii |
| 2302 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo
atPointEii |
| 2303 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Flo
atPointEii |
| 2304 } |
OLD | NEW |