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

Unified Diff: tools/dm_flags.py

Issue 1864253002: Remove conditional flavor text on blend GM. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 8 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 121f7c7f960be0e2f693e8f615e7d655539ef783..95ddb2c00e989206e379a1b66897809b95d7742e 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -157,7 +157,6 @@ def get_args(bot):
'bleed_image',
'bleed_alpha_image',
'bleed_alpha_image_shader',
- 'blend',
'c_gms',
'colortype',
'colortype_xfermodes',
@@ -175,8 +174,7 @@ def get_args(bot):
'verylarge_picture_image']: # Windows only.
blacklist.extend(['serialize-8888', 'gm', '_', test])
# skia:4769
- for test in ['blend',
- 'drawfilter',
+ for test in ['drawfilter',
'path_stroke_with_zero_length',
'textblobgeometrychange']:
blacklist.extend([ 'sp-8888', 'gm', '_', test])
« 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