aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2018-02-12 15:55:57 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-12 21:17:14 +0000
commit8684c71e6669999ff82e93a26d73d964dbcdf8f0 (patch)
treed1ba02f625ff215efd085426fa1f4f81ee649482 /infra
parent25c1083e35a5abc6a964ea3c293dd63939539eeb (diff)
Blacklist OOM test on Chromecast
Bug: skia: Change-Id: I0e4eb5fcbb39dea771032908796a00b534ac3a4e Reviewed-on: https://skia-review.googlesource.com/106806 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json1
-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
3 files changed, 3 insertions, 0 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 6f1e715440..4409d99e6c 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
@@ -504,6 +504,7 @@
"~bigbitmaprect_",
"~savelayer_clipmask",
"~DrawBitmapRect",
+ "~drawbitmaprect",
"--nonativeFonts",
"--verbose"
],
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 45d95a82bf..a6c20bca81 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
@@ -607,6 +607,7 @@
"~bigbitmaprect_",
"~savelayer_clipmask",
"~DrawBitmapRect",
+ "~drawbitmaprect",
"--nonativeFonts",
"--verbose"
],
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 24204aeb12..be231772be 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -537,6 +537,7 @@ def dm_flags(api, bot):
match.append('~bigbitmaprect_')
match.append('~savelayer_clipmask')
match.append('~DrawBitmapRect')
+ match.append('~drawbitmaprect')
if 'GalaxyS6' in bot:
match.append('~SpecialImage') # skia:6338