aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-07-20 17:04:01 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-20 22:40:56 +0000
commit6f6de6524c735e70e130456d973be603ead2d8df (patch)
treec4a4e26a40ac74176554ebcd36c4fd2a023c9b1c /infra/bots/recipes/test.py
parent224fce39c7a208a7078cd070decbb2d38011a320 (diff)
Blacklist failing SkRemoteGlyph tests on Vulkan NexusPlayer.
Bug: skia:8166 Change-Id: I4b3553795f90e79520136354c7503d10daf68cc2 Reviewed-on: https://skia-review.googlesource.com/142813 Auto-Submit: Greg Daniel <egdaniel@google.com> Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 92b74a1194..1c256bc27a 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -682,6 +682,10 @@ def dm_flags(api, bot):
'~^SurfaceSemaphores$'])
# skia:7837
match.append('~BlurMaskBiggerThanDest')
+ # skia:8166
+ match.extend(['~SkRemoteGlyphCache_DrawTextXY',
+ '~SkRemoteGlyphCache_DrawTextAsPath',
+ '~SkRemoteGlyphCache_StrikeSerialization'])
if 'Vulkan' in bot and 'GalaxyS7_G930FD' in bot:
# skia:8064