aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-06-09 11:26:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-09 17:18:59 +0000
commit9a87cda3d308eb41703828e17ed1cf2cfd8e0901 (patch)
tree61894ec792bbd3fbec6e2df50269401cf3a3e466 /infra
parent34d6e4b09f81a7fa6a4fe3c667d4663e55af97bc (diff)
Remove blacklisted native_image_to_raster_surface tests
Bug: skia:6457 skia:6401 Change-Id: I18e45617765aa55c3a2837bb735cefc3d93fad22 Reviewed-on: https://skia-review.googlesource.com/19273 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/perf.expected/Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release.json1
-rw-r--r--infra/bots/recipes/perf.expected/Perf-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-ANGLE.json1
-rw-r--r--infra/bots/recipes/perf.expected/Perf-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Release-ANGLE.json1
-rw-r--r--infra/bots/recipes/perf.py4
4 files changed, 0 insertions, 7 deletions
diff --git a/infra/bots/recipes/perf.expected/Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release.json b/infra/bots/recipes/perf.expected/Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release.json
index e1cf0cb90a..bf8266bdbb 100644
--- a/infra/bots/recipes/perf.expected/Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release.json
+++ b/infra/bots/recipes/perf.expected/Perf-Ubuntu16-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Release.json
@@ -163,7 +163,6 @@
"gl",
"gles",
"--match",
- "~native_image_to_raster_surface",
"~inc0.gif",
"~inc1.gif",
"~incInterlaced.gif",
diff --git a/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-ANGLE.json b/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-ANGLE.json
index 2def532e29..88e2edd08d 100644
--- a/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-ANGLE.json
+++ b/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Release-ANGLE.json
@@ -154,7 +154,6 @@
"angle_d3d11_es2",
"angle_d3d11_es2_msaa8",
"--match",
- "~native_image_to_raster_surface",
"~shapes_mixed_10000_32x33",
"~shapes_oval_10000_32x32",
"~shapes_oval_10000_32x33",
diff --git a/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Release-ANGLE.json b/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Release-ANGLE.json
index a0f822b20e..39ba894115 100644
--- a/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Release-ANGLE.json
+++ b/infra/bots/recipes/perf.expected/Perf-Win10-MSVC-ShuttleC-GPU-GTX960-x86_64-Release-ANGLE.json
@@ -154,7 +154,6 @@
"angle_d3d11_es2",
"angle_d3d11_es2_msaa8",
"--match",
- "~native_image_to_raster_surface",
"~shapes_mixed_10000_32x33",
"~shapes_rect_100_500x500",
"~shapes_rrect_10000_32x32",
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index 48ffd80ddb..37fe468997 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -126,8 +126,6 @@ def nanobench_flags(bot):
match.append('~GLInstancedArraysBench') # skia:4714
if 'IntelIris540' in bot and 'ANGLE' in bot:
match.append('~tile_image_filter_tiled_64') # skia:6082
- if 'Intel' in bot and 'Ubuntu' in bot and not 'Vulkan' in bot:
- match.append('~native_image_to_raster_surface') # skia:6401
if ('Vulkan' in bot and ('IntelIris540' in bot or 'IntelIris640' in bot) and
'Win' in bot):
# skia:6398
@@ -149,8 +147,6 @@ def nanobench_flags(bot):
match.append('~text_16_LCD_WT')
if 'Vulkan' in bot and 'NexusPlayer' in bot:
match.append('~Xfermode') # skia:6691
- if 'ANGLE' in bot and any('msaa' in x for x in configs):
- match.append('~native_image_to_raster_surface') # skia:6457
if 'ANGLE' in bot and 'Radeon' in bot and 'Release' in bot:
# skia:6534
match.append('~shapes_mixed_10000_32x33')