Blacklist more flaky GMs in gltestthreading config

Bug: skia:7011 skia:6544
Change-Id: Idacb5ff8090bea6ddbdef710bc0f4dbb8bd23549
Reviewed-on: https://skia-review.googlesource.com/43560
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Brian Osman 2017-09-07 09:30:44 -04:00 committed by Skia Commit-Bot
parent 6e4bbbefe1
commit 1e75f2a102
5 changed files with 103 additions and 0 deletions

View File

@ -280,6 +280,30 @@
"gm",
"_",
"textbloblooper",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp_shader",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image_shader",
"gltestthreading",
"gm",
"_",
"savelayer_with_backdrop",
"gltestthreading",
"gm",
"_",
"persp_shaders_bw",
"_",
"svg",
"_",

View File

@ -277,6 +277,30 @@
"gm",
"_",
"textbloblooper",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp_shader",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image_shader",
"gltestthreading",
"gm",
"_",
"savelayer_with_backdrop",
"gltestthreading",
"gm",
"_",
"persp_shaders_bw",
"_",
"svg",
"_",

View File

@ -280,6 +280,30 @@
"gm",
"_",
"textbloblooper",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp_shader",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image_shader",
"gltestthreading",
"gm",
"_",
"savelayer_with_backdrop",
"gltestthreading",
"gm",
"_",
"persp_shaders_bw",
"_",
"svg",
"_",

View File

@ -280,6 +280,30 @@
"gm",
"_",
"textbloblooper",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp",
"gltestthreading",
"gm",
"_",
"bleed_alpha_bmp_shader",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image",
"gltestthreading",
"gm",
"_",
"bleed_alpha_image_shader",
"gltestthreading",
"gm",
"_",
"savelayer_with_backdrop",
"gltestthreading",
"gm",
"_",
"persp_shaders_bw",
"_",
"svg",
"_",

View File

@ -167,6 +167,13 @@ def dm_flags(api, bot):
blacklist('gltestthreading gm _ lcdblendmodes')
blacklist('gltestthreading gm _ lcdoverlap')
blacklist('gltestthreading gm _ textbloblooper')
# All of these GMs are flaky, too:
blacklist('gltestthreading gm _ bleed_alpha_bmp')
blacklist('gltestthreading gm _ bleed_alpha_bmp_shader')
blacklist('gltestthreading gm _ bleed_alpha_image')
blacklist('gltestthreading gm _ bleed_alpha_image_shader')
blacklist('gltestthreading gm _ savelayer_with_backdrop')
blacklist('gltestthreading gm _ persp_shaders_bw')
# The following devices do not support glessrgb.
if 'glessrgb' in configs: