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

Unified Diff: tools/dm_flags.py

Issue 1561993003: DM: add a pixel check to serialize (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more on windows Created 4 years, 11 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 | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 928d3fe9cadef44d12bb5ca5a0aa11f39223dc9f..32431f236d1d26b7d1cae87ede36516cbd19f1e0 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -168,6 +168,30 @@ def get_args(bot):
blacklist.extend('_ image _ interlaced2.png'.split(' '))
blacklist.extend('_ image _ interlaced3.png'.split(' '))
+ # skia:4095
+ for test in ['not_native32_bitmap_config',
+ 'bleed_image',
+ 'bleed_alpha_image',
+ 'bleed_alpha_image_shader',
+ 'blend',
+ 'c_gms',
+ 'colortype',
+ 'colortype_xfermodes',
+ 'colorwheelnative',
+ 'drawfilter',
+ 'fontmgr_bounds_0.75_0',
+ 'fontmgr_bounds_1_-0.25',
+ 'fontmgr_bounds',
+ 'fontmgr_match',
+ 'fontmgr_iter',
+ 'lightingshader',
+ 'localmatriximagefilter',
+ 'path_stroke_with_zero_length',
+ 'textblobgeometrychange',
+ 'verylargebitmap', # Windows only.
+ 'verylarge_picture_image']: # Windows only.
+ blacklist.extend(['serialize-8888', 'gm', '_', test])
+
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
@@ -178,7 +202,7 @@ def get_args(bot):
if 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')
-
+
if 'AndroidOne' in bot: # skia:4711
match.append('~WritePixels')
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698