| Index: infra/bots/recipes/swarm_test.py
|
| diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
|
| index 003df66a914edc3608b04ea401184ad0a22a08c6..5809988d2e5c48b06425ca2758df4ef8d90da947 100644
|
| --- a/infra/bots/recipes/swarm_test.py
|
| +++ b/infra/bots/recipes/swarm_test.py
|
| @@ -262,6 +262,14 @@ def dm_flags(bot):
|
| blacklist.extend([ '2ndpic-8888', 'gm', '_', test])
|
| blacklist.extend(['serialize-8888', 'gm', '_', test])
|
|
|
| + # GM that requires raster-backed canvas
|
| + for test in ['gamut']:
|
| + blacklist.extend([ 'sp-8888', 'gm', '_', test])
|
| + blacklist.extend([ 'pic-8888', 'gm', '_', test])
|
| + blacklist.extend([ 'lite-8888', 'gm', '_', test])
|
| + blacklist.extend([ '2ndpic-8888', 'gm', '_', test])
|
| + blacklist.extend(['serialize-8888', 'gm', '_', 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"]
|
|
|