aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_test.py
diff options
context:
space:
mode:
authorGravatar Stan Iliev <stani@google.com>2016-12-12 17:39:55 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-12 23:24:31 +0000
commit5f1bb0a7c5186e797aa0f0d447a68fc3fbf3c2fe (patch)
tree935c5f0922e389c84644d19fdb0fe6110cc334fc /infra/bots/recipes/swarm_test.py
parent966bb348a5bdeec44252ede4cb73ba907af2d92b (diff)
Add a method in SkCanvas to set "hard" clip bounds.
Add SkCanvas::setBoundRect, which sets the max clip rectangle, which can be replaced by clipRect, clipRRect and clipPath. BUG=skia: Change-Id: Ie39eb1715214971576e7a1dda760c6997a7e0208 Reviewed-on: https://skia-review.googlesource.com/5359 Commit-Queue: Stan Iliev <stani@google.com> Reviewed-by: Mike Reed <reed@google.com> Reviewed-by: Derek Sollenberger <djsollen@google.com>
Diffstat (limited to 'infra/bots/recipes/swarm_test.py')
-rw-r--r--infra/bots/recipes/swarm_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index a1de3c0b8e..1e888364ab 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -310,7 +310,7 @@ def dm_flags(bot):
blacklist(['serialize-8888', 'gm', '_', test])
# GM that requires raster-backed canvas
- for test in ['gamut']:
+ for test in ['gamut', 'complexclip4_bw', 'complexclip4_aa']:
blacklist([ 'sp-8888', 'gm', '_', test])
blacklist([ 'pic-8888', 'gm', '_', test])
blacklist([ 'lite-8888', 'gm', '_', test])