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:
Robert Phillips 2019-04-04 12:43:45 -04:00 committed by Skia Commit-Bot
parent ca664a4805
commit b166469fdd
3 changed files with 20 additions and 1 deletions

View File

@ -318,6 +318,14 @@
"gm",
"_",
"orientation",
"gltestthreading",
"gm",
"_",
"stroketext",
"gltestthreading",
"gm",
"_",
"draw_image_set",
"_",
"svg",
"_",

View File

@ -318,6 +318,14 @@
"gm",
"_",
"orientation",
"gltestthreading",
"gm",
"_",
"stroketext",
"gltestthreading",
"gm",
"_",
"draw_image_set",
"_",
"svg",
"_",

View File

@ -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: