aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-04-16 09:46:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-16 15:55:30 +0000
commit0c5108ce59ed08ee17b6146292db332dec59b9fd (patch)
tree85bdf2bb8efda850a768bd5e4238d9e83a5478ac /infra/bots/recipes
parentef52250df9fd1f535f70a749256856d057ac28e8 (diff)
Unblacklist fixed tests on DDL3 bots
Bug: skia:7787 Bug: skia:7751 Change-Id: I87b34431eb46c3429a036eb4f8950e5b2b29a2c8 Reviewed-on: https://skia-review.googlesource.com/121483 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'infra/bots/recipes')
-rw-r--r--infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json3
-rw-r--r--infra/bots/recipes/test.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json b/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json
index 29e00b95d0..1d51cbf616 100644
--- a/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json
+++ b/infra/bots/recipes/test.expected/Test-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-DDL3.json
@@ -339,11 +339,8 @@
"_",
".SRW",
"--match",
- "~shadermaskfilter_image",
"~persp_shaders_bw",
"~persp_shaders_aa",
- "~imagefilterscropped",
- "~animated-image-blurs",
"--nonativeFonts",
"--verbose"
],
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9634a0c51f..a40e7236d2 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -555,11 +555,8 @@ def dm_flags(api, bot):
match.append('~PremulAlphaRoundTrip_Gpu') # skia:7501
if 'DDL3' in bot:
- match.append('~shadermaskfilter_image') # skia:7751
match.append('~persp_shaders_bw') # skia:7751
match.append('~persp_shaders_aa') # skia:7751
- match.append('~imagefilterscropped') # skia:7755
- match.append('~animated-image-blurs') # skia:7755
if 'Chromecast' in bot:
if 'GPU' in bot: