Blacklist testimgari.jpg on CG
authorMatt Sarett <msarett@google.com>
Mon, 1 May 2017 13:13:05 +0000 (09:13 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 1 May 2017 16:19:50 +0000 (16:19 +0000)
Bug: skia:
Change-Id: I2c471d18f29bb6d0e8ac4a4d0afa1815788bb121
Reviewed-on: https://skia-review.googlesource.com/14825
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Matt Sarett <msarett@google.com>

infra/bots/recipes/test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json
infra/bots/recipes/test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json
infra/bots/recipes/test.expected/trybot.json
infra/bots/recipes/test.py

index 0cc1d9c465cbc9a5a3d9561d79a1ad0fed255e8e..7a9d63006c3c0c4742dcb299cf37060dcc75f986 100644 (file)
       "image",
       "gen_platf",
       "inc14.png",
+      "_",
+      "image",
+      "gen_platf",
+      "testimgari.jpg",
       "serialize-8888",
       "gm",
       "_",
index edce95714993b2e64dad49930a1fb1b8c01e9dd3..3066a8a3770c51ff518a96533a8ee98283f3c559 100644 (file)
       "inc14.png",
       "_",
       "image",
+      "gen_platf",
+      "testimgari.jpg",
+      "_",
+      "image",
       "_",
       "interlaced1.png",
       "_",
index 4e105fcc322dbab338a283486b6e2edcc78e1880..54fc88b4d3eaf792354dfe1c8d1ee5980314f2dc 100644 (file)
       "gen_platf",
       "24bpp-pixeldata-cropped.bmp",
       "_",
-      "image",
-      "gen_platf",
-      "testimgari.jpg",
-      "_",
       "gm",
       "_",
       "composeshader_bitmap",
+      "_",
+      "image",
+      "gen_platf",
+      "testimgari.jpg",
       "serialize-8888",
       "gm",
       "_",
index 97ec7b9959a6443720e84485340517f77cb1db90..4ff50c0fad57a3f21ad16437df87e35374e42e80 100644 (file)
@@ -218,7 +218,7 @@ def dm_flags(bot):
     blacklist('_ image gen_platf inc13.png')
     blacklist('_ image gen_platf inc14.png')
 
-  # WIC fails on questionable bmps and arithmetic jpegs
+  # WIC fails on questionable bmps
   if 'Win' in bot:
     blacklist('_ image gen_platf rle8-height-negative.bmp')
     blacklist('_ image gen_platf rle4-height-negative.bmp')
@@ -231,11 +231,14 @@ 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')
 
+  # WIC and CG fail on arithmetic jpegs
+  if 'Win' in bot or 'Mac' in bot:
+    blacklist('_ image gen_platf testimgari.jpg')
+
   if 'Android' in bot or 'iOS' in bot:
     # This test crashes the N9 (perhaps because of large malloc/frees). It also
     # is fairly slow and not platform-specific. So we just disable it on all of