diff options
author | Mike Klein <mtklein@chromium.org> | 2018-02-26 14:41:37 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-02-26 21:25:48 +0000 |
commit | a021f85cc6d4fa477c03cc1b3065ccea64fa7910 (patch) | |
tree | 0d0b1f48711a01f25fb4c889d955ac6c57b88eb1 | |
parent | 649fb73ab8c580b0112f7e0ebf4dc247c607022a (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>
3 files changed, 0 insertions, 4 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json index d4a6c3a108..86c3bc7bfe 100644 --- a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json +++ b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json @@ -495,7 +495,6 @@ "_", "GrShape", "--match", - "~readpixels", "~GM_animated-image-blurs", "~verylarge", "~ImageFilterBlurLargeImage", diff --git a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json index de8715f085..b687ac4c70 100644 --- a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json +++ b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json @@ -599,7 +599,6 @@ "~imageblur2", "~animated-image-blurs", "~textblobrandomfont", - "~readpixels", "~GM_animated-image-blurs", "~verylarge", "~ImageFilterBlurLargeImage", 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') |