aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-02-26 14:53:30 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-26 20:16:58 +0000
commit98c3c6124bee2501df709ec3f91320cc888bedff (patch)
treec2d9438d03f02b32c62cb3cc24042df529f556de /infra
parenta947e29bfda69618723341f3487076c3256cfffc (diff)
Omit test causing Chromecast to OOM.
No-Try: true Change-Id: I869b7b982d2e518cfe6ea9b14fa285512db63724 Reviewed-on: https://skia-review.googlesource.com/110421 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json1
-rw-r--r--infra/bots/recipes/test.py1
2 files changed, 2 insertions, 0 deletions
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 9ef15249d6..de8715f085 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
@@ -598,6 +598,7 @@
"~lighting",
"~imageblur2",
"~animated-image-blurs",
+ "~textblobrandomfont",
"~readpixels",
"~GM_animated-image-blurs",
"~verylarge",
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 07e28034a1..6173528b44 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -526,6 +526,7 @@ def dm_flags(api, bot):
match.append('~lighting')
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")