Blacklist two more GMs for gltestthreading
These two GMs started having 1-2 magnitude diffs after the following CL landed: https://skia-review.googlesource.com/c/skia/+/205584 (Stop using pendingIO in read/writeSurfacePixels) This is because in the non-threaded case, Ganesh now always flushes when the SWMash helper uploads a mask - changing how backing GrSurfaces are reused. Change-Id: I5061d0bc79ea958f6ff8984c392d0baeb3cc298c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/206069 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
ca664a4805
commit
b166469fdd
@ -318,6 +318,14 @@
|
||||
"gm",
|
||||
"_",
|
||||
"orientation",
|
||||
"gltestthreading",
|
||||
"gm",
|
||||
"_",
|
||||
"stroketext",
|
||||
"gltestthreading",
|
||||
"gm",
|
||||
"_",
|
||||
"draw_image_set",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
|
@ -318,6 +318,14 @@
|
||||
"gm",
|
||||
"_",
|
||||
"orientation",
|
||||
"gltestthreading",
|
||||
"gm",
|
||||
"_",
|
||||
"stroketext",
|
||||
"gltestthreading",
|
||||
"gm",
|
||||
"_",
|
||||
"draw_image_set",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
|
@ -184,8 +184,11 @@ def dm_flags(api, bot):
|
||||
blacklist('gltestthreading gm _ persp_shaders_bw')
|
||||
blacklist('gltestthreading gm _ dftext_blob_persp')
|
||||
blacklist('gltestthreading gm _ dftext')
|
||||
# skbug.com/7523 - Flaky on various GPUs
|
||||
# skbug.com/7523 - Flaky on various GPUs
|
||||
blacklist('gltestthreading gm _ orientation')
|
||||
# These GMs only differ in the low bits
|
||||
blacklist('gltestthreading gm _ stroketext')
|
||||
blacklist('gltestthreading gm _ draw_image_set')
|
||||
|
||||
# CommandBuffer bot *only* runs the command_buffer config.
|
||||
if 'CommandBuffer' in bot:
|
||||
|
Loading…
Reference in New Issue
Block a user