Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: infra/bots/recipes/swarm_test.py

Issue 2246943002: [SVGDom] Add opacity support (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: pic/serialize blacklist Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/svg/model/SkSVGRenderContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_test.py
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index 2be11951f207b22f471981c5b40b39624ee4f151..5b9d993f2e6733ae10008b862c9eb2ab2f42db37 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"]
« no previous file with comments | « experimental/svg/model/SkSVGRenderContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698