aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-08-15 12:45:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-15 12:45:11 -0700
commit6fb0648c35aead138e65133c031d2b4fe5c8f0c7 (patch)
tree20dc5450da40f37e1e68e1ade072ee81c456939a /infra
parentd39430d0574513438b5831947052353290204a06 (diff)
[SVGDom] Add opacity support
Group opacity support. Unlike the other presentation attributes we support thus far, group opacity is not inherited. R=robertphillips@google.com,stephana@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2246943002 Review-Url: https://codereview.chromium.org/2246943002
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipes/swarm_test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 2be11951f2..5b9d993f2e 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -259,6 +259,16 @@ def dm_flags(bot):
blacklist.extend([ '2ndpic-8888', 'gm', '_', test])
blacklist.extend(['serialize-8888', 'gm', '_', test])
+ # SaveLayerDrawRestoreNooper diffs
+ for test in ['car.svg',
+ 'gallardo.svg',
+ 'rg1024_green_grapes.svg',
+ 'Seal_of_Kansas.svg']:
+ blacklist.extend([ 'sp-8888', 'svg', '_', test])
+ blacklist.extend([ 'pic-8888', 'svg', '_', test])
+ blacklist.extend([ '2ndpic-8888', 'svg', '_', test])
+ blacklist.extend(['serialize-8888', 'svg', '_', test])
+
# Extensions for RAW images
r = ["arw", "cr2", "dng", "nef", "nrw", "orf", "raf", "rw2", "pef", "srw",
"ARW", "CR2", "DNG", "NEF", "NRW", "ORF", "RAF", "RW2", "PEF", "SRW"]