aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/sktest
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-02-13 12:04:20 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-13 17:06:15 +0000
commitfbd6cfbf8401ad645d66842a947e6f1e4edd790f (patch)
treeaf20bb22bb6ec1f65b049f7e539663ef71aebe80 /infra/bots/recipe_modules/sktest
parente4fd9d0463b219170d5d6507955906825fbf8fc6 (diff)
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>
Diffstat (limited to 'infra/bots/recipe_modules/sktest')
-rw-r--r--infra/bots/recipe_modules/sktest/api.py3
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json4
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json4
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json4
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json4
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json4
-rw-r--r--infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json4
7 files changed, 26 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py
index df97a159d0..d785af743a 100644
--- a/infra/bots/recipe_modules/sktest/api.py
+++ b/infra/bots/recipe_modules/sktest/api.py
@@ -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')
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json
index 8e048bfffe..829b01ac08 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json
@@ -277,6 +277,10 @@
"24bpp-pixeldata-cropped.bmp",
"_",
"image",
+ "gen_platf",
+ "testimgari.jpg",
+ "_",
+ "image",
"_",
"interlaced1.png",
"_",
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json
index eb60928728..a0a580ba14 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json
@@ -274,6 +274,10 @@
"24bpp-pixeldata-cropped.bmp",
"_",
"image",
+ "gen_platf",
+ "testimgari.jpg",
+ "_",
+ "image",
"_",
"interlaced1.png",
"_",
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json
index fbf034e606..7feaa7a567 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json
@@ -274,6 +274,10 @@
"24bpp-pixeldata-cropped.bmp",
"_",
"image",
+ "gen_platf",
+ "testimgari.jpg",
+ "_",
+ "image",
"_",
"interlaced1.png",
"_",
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
index f32a5f2a1b..4e9dc93719 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
@@ -294,6 +294,10 @@
"gen_platf",
"24bpp-pixeldata-cropped.bmp",
"_",
+ "image",
+ "gen_platf",
+ "testimgari.jpg",
+ "_",
"gm",
"_",
"composeshader_bitmap",
diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
index d772e31f88..00b6f211bc 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json
@@ -276,6 +276,10 @@
"gen_platf",
"24bpp-pixeldata-cropped.bmp",
"_",
+ "image",
+ "gen_platf",
+ "testimgari.jpg",
+ "_",
"gm",
"_",
"fontscalerdistortable",
diff --git a/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json b/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json
index 152268d4ab..fe4ed30ab4 100644
--- a/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json
+++ b/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json
@@ -294,6 +294,10 @@
"gen_platf",
"24bpp-pixeldata-cropped.bmp",
"_",
+ "image",
+ "gen_platf",
+ "testimgari.jpg",
+ "_",
"gm",
"_",
"composeshader_bitmap",