aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-02-01 15:34:22 -0800
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-02 05:23:40 +0000
commit09a1c088b407b2cb04b7f41d71b227e7da4757a8 (patch)
tree842ef5091bf54075470a6c9d97e539b0ee82fae3 /infra
parent0bd699e497819344083df4715928a54a597cd630 (diff)
Prepare to test all image decode modes to F16
I've only been running F16 tests in "colorImage" mode. We really should be running our "image" tests to F16 as well - so they can be tested with scaling, subsets, etc. This CL fixes bugs so that we can enable those tests. BUG=skia: Change-Id: I8137eb4fce7ea12f2c9d233a029d946d4a63e6b0 Reviewed-on: https://skia-review.googlesource.com/7801 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug.json4
-rw-r--r--infra/config/recipes.cfg2
2 files changed, 1 insertions, 5 deletions
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug.json b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug.json
index bce7a3f244..8709994599 100644
--- a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug.json
+++ b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug.json
@@ -247,10 +247,6 @@
"_",
"_",
"dstreadshuffle",
- "f16",
- "image",
- "_",
- "_",
"gpusrgb",
"image",
"_",
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 28f4c2890e..2520732255 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -23,5 +23,5 @@ deps {
project_id: "skia-recipes"
url: "https://skia.googlesource.com/skia-recipes.git"
branch: "master"
- revision: "6cb3342d908260b2b735d38cdb3e7147ed1a3c3b"
+ revision: "1fa59ca74c06de1bf216dfef64f8ced04fddde9d"
}