aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dm_flags.py')
-rwxr-xr-xtools/dm_flags.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 95ddb2c00e..5704deceaf 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -169,14 +169,12 @@ def get_args(bot):
'fontmgr_iter',
'lightingshader',
'path_stroke_with_zero_length',
- 'textblobgeometrychange',
'verylargebitmap', # Windows only.
'verylarge_picture_image']: # Windows only.
blacklist.extend(['serialize-8888', 'gm', '_', test])
# skia:4769
for test in ['drawfilter',
- 'path_stroke_with_zero_length',
- 'textblobgeometrychange']:
+ 'path_stroke_with_zero_length']:
blacklist.extend([ 'sp-8888', 'gm', '_', test])
blacklist.extend([ 'pic-8888', 'gm', '_', test])
blacklist.extend(['2ndpic-8888', 'gm', '_', test])