From 8684c71e6669999ff82e93a26d73d964dbcdf8f0 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Mon, 12 Feb 2018 15:55:57 -0500 Subject: Blacklist OOM test on Chromecast Bug: skia: Change-Id: I0e4eb5fcbb39dea771032908796a00b534ac3a4e Reviewed-on: https://skia-review.googlesource.com/106806 Reviewed-by: Cary Clark Commit-Queue: Kevin Lubick --- .../Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json | 1 + .../Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json | 1 + infra/bots/recipes/test.py | 1 + 3 files changed, 3 insertions(+) (limited to 'infra/bots') 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 -- cgit v1.2.3