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:
parent
7d89780fed
commit
7a90175f56
@ -504,7 +504,6 @@
|
||||
"_",
|
||||
".SRW",
|
||||
"--match",
|
||||
"~HalfFloatAlphaTextureTest",
|
||||
"~^SRGBReadWritePixels$",
|
||||
"~^GrMeshTest$",
|
||||
"--nonativeFonts",
|
||||
|
@ -503,8 +503,6 @@
|
||||
"image",
|
||||
"_",
|
||||
".SRW",
|
||||
"--match",
|
||||
"~HalfFloatAlphaTextureTest",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user