Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Side by Side Diff: tools/valgrind.supp

Issue 1641763002: Suppress jpeg valgrind errors (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp"
2 2
3 # Intentional thread / memory leak in DM. 3 # Intentional thread / memory leak in DM.
4 { 4 {
5 dm_keepalive_thread_leak 5 dm_keepalive_thread_leak
6 Memcheck:Leak 6 Memcheck:Leak
7 match-leak-kinds: possible 7 match-leak-kinds: possible
8 ... 8 ...
9 fun:_ZN8SkThreadC1EPFvPvES0_ 9 fun:_ZN8SkThreadC1EPFvPvES0_
10 ... 10 ...
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 libjpeg_turbo_bug4550_2 258 libjpeg_turbo_bug4550_2
259 Memcheck:Cond 259 Memcheck:Cond
260 fun:_ZL15S32A_D565_BlendPtPKjijii 260 fun:_ZL15S32A_D565_BlendPtPKjijii
261 fun:_ZN26Sprite_D16_S32_BlitRowProc8blitRectEiiii 261 fun:_ZN26Sprite_D16_S32_BlitRowProc8blitRectEiiii
262 } 262 }
263 { 263 {
264 libjpeg_turbo_bug4550_3 264 libjpeg_turbo_bug4550_3
265 Memcheck:Cond 265 Memcheck:Cond
266 fun:_ZN12_GLOBAL__N_120ConvolveHorizontallyILb0EEEvPKhRK21SkConvolutionFilte r1DPh 266 fun:_ZN12_GLOBAL__N_120ConvolveHorizontallyILb0EEEvPKhRK21SkConvolutionFilte r1DPh
267 fun:_Z14BGRAConvolve2DPKhibRK21SkConvolutionFilter1DS3_iPhRK18SkConvolutionP rocsb 267 fun:_Z14BGRAConvolve2DPKhibRK21SkConvolutionFilter1DS3_iPhRK18SkConvolutionP rocsb
268 fun:_ZN14SkBitmapScaler6ResizeEP8SkBitmapRK8SkPixmapNS_12ResizeMethodEiiPNS0 _9AllocatorE
269 fun:_ZN30SkDefaultBitmapControllerState16processHQRequestERK16SkBitmapProvid er
270 fun:_ZN30SkDefaultBitmapControllerStateC1ERK16SkBitmapProviderRK8SkMatrix15S kFilterQuality
271 fun:_ZN25SkDefaultBitmapController15onRequestBitmapERK16SkBitmapProviderRK8S kMatrix15SkFilterQualityPvm
272 fun:_ZN18SkBitmapController13requestBitmapERK16SkBitmapProviderRK8SkMatrix15 SkFilterQualityPvm
273 fun:_ZN17SkBitmapProcState11chooseProcsERK8SkMatrixRK7SkPaint
274 fun:_ZN18SkBitmapProcShader11MakeContextERK8SkShaderNS0_8TileModeES3_RK16SkB itmapProviderRKNS0_10ContextRecEPv
275 fun:_ZNK18SkBitmapProcShader15onCreateContextERKN8SkShader10ContextRecEPv
276 fun:_ZNK8SkShader13createContextERKNS_10ContextRecEPv
277 fun:_ZN9SkBlitter6ChooseERK8SkPixmapRK8SkMatrixRK7SkPaintP16SkSmallAllocator ILj3ELm1160EEb
278 fun:_ZNK6SkDraw8drawRectERK6SkRectRK7SkPaintPK8SkMatrixPS1_
279 fun:_ZNK6SkDraw10drawBitmapERK8SkBitmapRK8SkMatrixPK6SkRectRK7SkPaint
280 fun:_ZN14SkBitmapDevice14drawBitmapRectERK6SkDrawRK8SkBitmapPK6SkRectRS7_RK7 SkPaintN8SkCanvas17SrcRectConstraintE
281 fun:_ZN12SkBaseDevice13drawImageRectERK6SkDrawPK7SkImagePK6SkRectRS7_RK7SkPa intN8SkCanvas17SrcRectConstraintE
282 fun:_ZN8SkCanvas15onDrawImageRectEPK7SkImagePK6SkRectRS4_PK7SkPaintNS_17SrcR ectConstraintE
283 fun:_ZN8SkCanvas13drawImageRectEPK7SkImageRK6SkRectS5_PK7SkPaintNS_17SrcRect ConstraintE
284 fun:_ZN8SkCanvas20legacy_drawImageRectEPK7SkImagePK6SkRectRS4_PK7SkPaintNS_1 7SrcRectConstraintE
285 fun:_ZN9SkRecords4Draw4drawINS_13DrawImageRectEEEvRKT_
286 fun:_Z12SkRecordDrawRK8SkRecordP8SkCanvasPKPK9SkPicturePKP10SkDrawableiPK15S kBBoxHierarchyPNS4_13AbortCallbackE
287 fun:_ZNK12SkBigPicture8playbackEP8SkCanvasPN9SkPicture13AbortCallbackE
288 fun:_ZN8SkCanvas13onDrawPictureEPK9SkPicturePK8SkMatrixPK7SkPaint
289 fun:_ZN8SkCanvas11drawPictureEPK9SkPicturePK8SkMatrixPK7SkPaint
290 } 268 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698