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:
parent
7fc52996c6
commit
0938759ef0
@ -274,6 +274,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"atlastext",
|
||||
"gltestpersistentcache",
|
||||
"gm",
|
||||
"_",
|
||||
"dftext",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
|
@ -274,6 +274,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"atlastext",
|
||||
"gltestpersistentcache",
|
||||
"gm",
|
||||
"_",
|
||||
"dftext",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
|
@ -201,6 +201,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"atlastext",
|
||||
"gltestpersistentcache",
|
||||
"gm",
|
||||
"_",
|
||||
"dftext",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
|
@ -201,6 +201,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"atlastext",
|
||||
"gltestpersistentcache",
|
||||
"gm",
|
||||
"_",
|
||||
"dftext",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user