Blacklist OOM test on Chromecast
Bug: skia: Change-Id: I0e4eb5fcbb39dea771032908796a00b534ac3a4e Reviewed-on: https://skia-review.googlesource.com/106806 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
25c1083e35
commit
8684c71e66
@ -504,6 +504,7 @@
|
||||
"~bigbitmaprect_",
|
||||
"~savelayer_clipmask",
|
||||
"~DrawBitmapRect",
|
||||
"~drawbitmaprect",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -607,6 +607,7 @@
|
||||
"~bigbitmaprect_",
|
||||
"~savelayer_clipmask",
|
||||
"~DrawBitmapRect",
|
||||
"~drawbitmaprect",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -537,6 +537,7 @@ def dm_flags(api, bot):
|
||||
match.append('~bigbitmaprect_')
|
||||
match.append('~savelayer_clipmask')
|
||||
match.append('~DrawBitmapRect')
|
||||
match.append('~drawbitmaprect')
|
||||
|
||||
if 'GalaxyS6' in bot:
|
||||
match.append('~SpecialImage') # skia:6338
|
||||
|
Loading…
Reference in New Issue
Block a user