Blacklist dftext from gltestpersistentcache

TBR: egdaniel@google.com
Change-Id: I730437d106413cdbb738a14b604455880326d514
Reviewed-on: https://skia-review.googlesource.com/141561
Reviewed-by: Brian Salomon <bsalomon@google.com>
This commit is contained in:
Brian Salomon 2018-07-16 15:34:16 -04:00
parent 7fc52996c6
commit 0938759ef0
5 changed files with 18 additions and 1 deletions

View File

@ -274,6 +274,10 @@
"gm",
"_",
"atlastext",
"gltestpersistentcache",
"gm",
"_",
"dftext",
"_",
"svg",
"_",

View File

@ -274,6 +274,10 @@
"gm",
"_",
"atlastext",
"gltestpersistentcache",
"gm",
"_",
"dftext",
"_",
"svg",
"_",

View File

@ -201,6 +201,10 @@
"gm",
"_",
"atlastext",
"gltestpersistentcache",
"gm",
"_",
"dftext",
"_",
"svg",
"_",

View File

@ -201,6 +201,10 @@
"gm",
"_",
"atlastext",
"gltestpersistentcache",
"gm",
"_",
"dftext",
"_",
"svg",
"_",

View File

@ -257,8 +257,9 @@ def dm_flags(api, bot):
configs.extend(['gl1010102', 'gltestpersistentcache'])
# Decoding transparent images to 1010102 just looks bad
blacklist('gl1010102 image _ _')
# This test produces slightly different pixels run to run on NV.
# These tests produce slightly different pixels run to run on NV.
blacklist('gltestpersistentcache gm _ atlastext')
blacklist('gltestpersistentcache gm _ dftext')
if 'ChromeOS' in bot:
# Just run GLES for now - maybe add gles_msaa4 in the future