Enable all Mtl tests

Bug: skia:8243
Change-Id: Ic95aefa7f08ff3f931923dd57faab0e2ceeb03e4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/207309
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
This commit is contained in:
Jim Van Verth 2019-04-10 16:22:35 -04:00 committed by Skia Commit-Bot
parent b1cc013adf
commit 0a72a06d10
2 changed files with 0 additions and 8 deletions

View File

@ -489,9 +489,6 @@
"image",
"_",
".SRW",
"--match",
"~^DDLOperatorEqTest$",
"~^WritePixelsNonTexture_Gpu$",
"--nonativeFonts",
"--verbose"
],

View File

@ -761,11 +761,6 @@ def dm_flags(api, bot):
# skia:7603
match.append('~^GrMeshTest$')
if 'Metal' in bot:
# skia:8243
match.append('~^DDLOperatorEqTest$')
match.append('~^WritePixelsNonTexture_Gpu$')
if 'Wuffs' in api.vars.extra_tokens:
# skia:8750
blacklist(['_', 'tests', '_', 'Codec_partial'])