Half float tests working on command buffer

Bug: chromium:697030
Change-Id: I3ca52213edf933abb58023a44daf8533e68a4715
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/245618
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2019-10-02 13:30:13 -04:00 committed by Skia Commit-Bot
parent 7d89780fed
commit 7a90175f56
3 changed files with 0 additions and 7 deletions

View File

@ -504,7 +504,6 @@
"_",
".SRW",
"--match",
"~HalfFloatAlphaTextureTest",
"~^SRGBReadWritePixels$",
"~^GrMeshTest$",
"--nonativeFonts",

View File

@ -503,8 +503,6 @@
"image",
"_",
".SRW",
"--match",
"~HalfFloatAlphaTextureTest",
"--nonativeFonts",
"--verbose"
],

View File

@ -655,10 +655,6 @@ def dm_flags(api, bot):
# skia:6575
match.append('~multipicturedraw_')
if 'CommandBuffer' in bot:
# https://crbug.com/697030
match.append('~HalfFloatAlphaTextureTest')
if 'AndroidOne' in bot:
match.append('~WritePixels') # skia:4711
match.append('~PremulAlphaRoundTrip_Gpu') # skia:7501