aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-04-06 13:57:38 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-06 13:57:38 -0700
commit9e65f9399ea9d50dca723ca23c10ec4145b54abe (patch)
treefaf95a6c7e1534cd4a66227a13037545ef0ec7f5 /tools/dm_flags.py
parentb4aa36211ca66ef127ac2954108742af1ead5082 (diff)
alternate textblobgeometrychange fix... just make our own surface if needed
This should decopple fixing the replay modes from revising the API. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1868553005 Review URL: https://codereview.chromium.org/1868553005
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])