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:
Kevin Lubick 2018-02-12 15:55:57 -05:00 committed by Skia Commit-Bot
parent 25c1083e35
commit 8684c71e66
3 changed files with 3 additions and 0 deletions

View File

@ -504,6 +504,7 @@
"~bigbitmaprect_",
"~savelayer_clipmask",
"~DrawBitmapRect",
"~drawbitmaprect",
"--nonativeFonts",
"--verbose"
],

View File

@ -607,6 +607,7 @@
"~bigbitmaprect_",
"~savelayer_clipmask",
"~DrawBitmapRect",
"~drawbitmaprect",
"--nonativeFonts",
"--verbose"
],

View File

@ -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