Enable fixed tests on Metal

Bug: skia:8243
Change-Id: I94499ab8f00d2d08498b3ac664c244a23001b662
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/203728
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
This commit is contained in:
Jim Van Verth 2019-03-26 15:24:37 -04:00 committed by Skia Commit-Bot
parent 1263889f3a
commit 9d22700af4
2 changed files with 0 additions and 39 deletions

View File

@ -490,27 +490,8 @@
"_",
".SRW",
"--match",
"~^DDLMakeRenderTargetTest$",
"~^DDLNonTextureabilityTest$",
"~^DDLOperatorEqTest$",
"~^DDLSurfaceCharacterizationTest$",
"~^GrContext_colorTypeSupportedAsImage$",
"~^GrContext_colorTypeSupportedAsSurface$",
"~^GrContext_maxSurfaceSamplesForColorType$",
"~^GrContextFactory_sharedContexts$",
"~^GrDefaultPathRendererTest$",
"~^GrPipelineDynamicStateTest$",
"~^InitialTextureClear$",
"~^PromiseImageTextureFullCache$",
"~^PromiseImageTextureReuseDifferentConfig$",
"~^SurfaceSemaphores$",
"~^SurfaceTest$",
"~^TransferPixelsTest$",
"~^VertexAttributeCount$",
"~^WritePixelsNonTexture_Gpu$",
"~^RGB565TextureTest$",
"~^RGBA4444TextureTest$",
"~^TextureIdleProcFlushTest$",
"--nonativeFonts",
"--verbose"
],

View File

@ -761,28 +761,8 @@ def dm_flags(api, bot):
if 'Metal' in bot:
# skia:8243
match.append('~^DDLMakeRenderTargetTest$')
match.append('~^DDLNonTextureabilityTest$')
match.append('~^DDLOperatorEqTest$')
match.append('~^DDLSurfaceCharacterizationTest$')
match.append('~^GrContext_colorTypeSupportedAsImage$')
match.append('~^GrContext_colorTypeSupportedAsSurface$')
match.append('~^GrContext_maxSurfaceSamplesForColorType$')
match.append('~^GrContextFactory_sharedContexts$')
match.append('~^GrDefaultPathRendererTest$')
match.append('~^GrPipelineDynamicStateTest$')
match.append('~^InitialTextureClear$')
match.append('~^PromiseImageTextureFullCache$')
match.append('~^PromiseImageTextureReuseDifferentConfig$')
match.append('~^SurfaceSemaphores$')
match.append('~^SurfaceTest$')
match.append('~^TransferPixelsTest$')
match.append('~^VertexAttributeCount$')
match.append('~^WritePixelsNonTexture_Gpu$')
if 'Mac' in bot:
match.append('~^RGB565TextureTest$')
match.append('~^RGBA4444TextureTest$')
match.append('~^TextureIdleProcFlushTest$')
if 'Wuffs' in api.vars.extra_tokens:
# skia:8750