aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-02-26 14:41:37 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-26 21:25:48 +0000
commita021f85cc6d4fa477c03cc1b3065ccea64fa7910 (patch)
tree0d0b1f48711a01f25fb4c889d955ac6c57b88eb1 /infra/bots/recipes/test.py
parent649fb73ab8c580b0112f7e0ebf4dc247c607022a (diff)
which readpixels test is failing?
Bug: skia:7497 Change-Id: If40c5a318b1becbe81bac4b1543ceab30c3f840b Reviewed-on: https://skia-review.googlesource.com/110440 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 6173528b44..0778cd0373 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -527,8 +527,6 @@ def dm_flags(api, bot):
match.append('~imageblur2')
match.append('~animated-image-blurs')
match.append('~textblobrandomfont')
- # skia:7497
- match.append('~readpixels') # dies with "Caught signal 7 [Bus error]"
# Blacklisted to avoid OOM (we see DM just end with "broken pipe")
match.append('~GM_animated-image-blurs')
match.append('~verylarge')