Blacklist arithmetic jpeg on WIC
NOTRY=true BUG=skia: Change-Id: I2c455f596b516108e2a74a69f29f4f7d2c1e6e4f Reviewed-on: https://skia-review.googlesource.com/8382 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
This commit is contained in:
parent
e4fd9d0463
commit
fbd6cfbf84
@ -176,7 +176,7 @@ def dm_flags(bot):
|
||||
blacklist('_ image gen_platf inc13.png')
|
||||
blacklist('_ image gen_platf inc14.png')
|
||||
|
||||
# WIC fails on questionable bmps
|
||||
# WIC fails on questionable bmps and arithmetic jpegs
|
||||
if 'Win' in bot:
|
||||
blacklist('_ image gen_platf rle8-height-negative.bmp')
|
||||
blacklist('_ image gen_platf rle4-height-negative.bmp')
|
||||
@ -189,6 +189,7 @@ def dm_flags(bot):
|
||||
blacklist('_ image gen_platf 4bpp-pixeldata-cropped.bmp')
|
||||
blacklist('_ image gen_platf 32bpp-pixeldata-cropped.bmp')
|
||||
blacklist('_ image gen_platf 24bpp-pixeldata-cropped.bmp')
|
||||
blacklist('_ image gen_platf testimgari.jpg')
|
||||
if 'x86_64' in bot and 'CPU' in bot:
|
||||
# This GM triggers a SkSmallAllocator assert.
|
||||
blacklist('_ gm _ composeshader_bitmap')
|
||||
|
@ -277,6 +277,10 @@
|
||||
"24bpp-pixeldata-cropped.bmp",
|
||||
"_",
|
||||
"image",
|
||||
"gen_platf",
|
||||
"testimgari.jpg",
|
||||
"_",
|
||||
"image",
|
||||
"_",
|
||||
"interlaced1.png",
|
||||
"_",
|
||||
|
@ -274,6 +274,10 @@
|
||||
"24bpp-pixeldata-cropped.bmp",
|
||||
"_",
|
||||
"image",
|
||||
"gen_platf",
|
||||
"testimgari.jpg",
|
||||
"_",
|
||||
"image",
|
||||
"_",
|
||||
"interlaced1.png",
|
||||
"_",
|
||||
|
@ -274,6 +274,10 @@
|
||||
"24bpp-pixeldata-cropped.bmp",
|
||||
"_",
|
||||
"image",
|
||||
"gen_platf",
|
||||
"testimgari.jpg",
|
||||
"_",
|
||||
"image",
|
||||
"_",
|
||||
"interlaced1.png",
|
||||
"_",
|
||||
|
@ -294,6 +294,10 @@
|
||||
"gen_platf",
|
||||
"24bpp-pixeldata-cropped.bmp",
|
||||
"_",
|
||||
"image",
|
||||
"gen_platf",
|
||||
"testimgari.jpg",
|
||||
"_",
|
||||
"gm",
|
||||
"_",
|
||||
"composeshader_bitmap",
|
||||
|
@ -276,6 +276,10 @@
|
||||
"gen_platf",
|
||||
"24bpp-pixeldata-cropped.bmp",
|
||||
"_",
|
||||
"image",
|
||||
"gen_platf",
|
||||
"testimgari.jpg",
|
||||
"_",
|
||||
"gm",
|
||||
"_",
|
||||
"fontscalerdistortable",
|
||||
|
@ -294,6 +294,10 @@
|
||||
"gen_platf",
|
||||
"24bpp-pixeldata-cropped.bmp",
|
||||
"_",
|
||||
"image",
|
||||
"gen_platf",
|
||||
"testimgari.jpg",
|
||||
"_",
|
||||
"gm",
|
||||
"_",
|
||||
"composeshader_bitmap",
|
||||
|
Loading…
Reference in New Issue
Block a user