Omit longpathdash on Chorizo to avoid OOM.

No-Try: true
Change-Id: I3539f0308fea6587f91e842730b30e54b27dc46f
Reviewed-on: https://skia-review.googlesource.com/111301
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ben Wagner 2018-03-01 09:45:18 -05:00 committed by Skia Commit-Bot
parent 8f51600a69
commit d50a193d8d
3 changed files with 27 additions and 25 deletions

View File

@ -495,14 +495,14 @@
"_",
"GrShape",
"--match",
"~GM_animated-image-blurs",
"~verylarge",
"~ImageFilterBlurLargeImage",
"~TextBlobCache",
"~bigbitmaprect_",
"~savelayer_clipmask",
"~DrawBitmapRect",
"~drawbitmaprect",
"~GM_animated-image-blurs",
"~ImageFilterBlurLargeImage",
"~savelayer_clipmask",
"~TextBlobCache",
"~verylarge",
"--nonativeFonts",
"--verbose"
],

View File

@ -592,22 +592,23 @@
"_",
".SRW",
"--match",
"~matrixconvolution",
"~blur_image_filter",
"~blur_0.01",
"~lighting",
"~imageblur2",
"~animated-image-blurs",
"~blur_0.01",
"~blur_image_filter",
"~imageblur2",
"~lighting",
"~longpathdash",
"~matrixconvolution",
"~textblobmixedsizes_df",
"~textblobrandomfont",
"~GM_animated-image-blurs",
"~verylarge",
"~ImageFilterBlurLargeImage",
"~TextBlobCache",
"~bigbitmaprect_",
"~savelayer_clipmask",
"~DrawBitmapRect",
"~drawbitmaprect",
"~GM_animated-image-blurs",
"~ImageFilterBlurLargeImage",
"~savelayer_clipmask",
"~TextBlobCache",
"~verylarge",
"--nonativeFonts",
"--verbose"
],

View File

@ -522,23 +522,24 @@ def dm_flags(api, bot):
if 'Chromecast' in bot:
if 'GPU' in bot:
# skia:6687
match.append('~matrixconvolution')
match.append('~blur_image_filter')
match.append('~blur_0.01')
match.append('~lighting')
match.append('~imageblur2')
match.append('~animated-image-blurs')
match.append('~blur_0.01')
match.append('~blur_image_filter')
match.append('~imageblur2')
match.append('~lighting')
match.append('~longpathdash')
match.append('~matrixconvolution')
match.append('~textblobmixedsizes_df')
match.append('~textblobrandomfont')
# Blacklisted to avoid OOM (we see DM just end with "broken pipe")
match.append('~GM_animated-image-blurs')
match.append('~verylarge')
match.append('~ImageFilterBlurLargeImage')
match.append('~TextBlobCache')
match.append('~bigbitmaprect_')
match.append('~savelayer_clipmask')
match.append('~DrawBitmapRect')
match.append('~drawbitmaprect')
match.append('~GM_animated-image-blurs')
match.append('~ImageFilterBlurLargeImage')
match.append('~savelayer_clipmask')
match.append('~TextBlobCache')
match.append('~verylarge')
if 'GalaxyS6' in bot:
match.append('~SpecialImage') # skia:6338