Disable Nebraska-StateSeal.svg on Win8 bots
Temporary suppression, pending bug fix. BUG=skia:5636 R=robertphillips@google.com,senorblanco@chromium.org GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2249763002 Review-Url: https://codereview.chromium.org/2249763002
This commit is contained in:
parent
c687448806
commit
b5b6de9b94
@ -306,6 +306,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"fontscalerdistortable",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
"Nebraska-StateSeal.svg",
|
||||
"serialize-8888",
|
||||
"gm",
|
||||
"_",
|
||||
|
@ -301,6 +301,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"fontscalerdistortable",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
"Nebraska-StateSeal.svg",
|
||||
"serialize-8888",
|
||||
"gm",
|
||||
"_",
|
||||
|
@ -306,6 +306,10 @@
|
||||
"gm",
|
||||
"_",
|
||||
"fontscalerdistortable",
|
||||
"_",
|
||||
"svg",
|
||||
"_",
|
||||
"Nebraska-StateSeal.svg",
|
||||
"serialize-8888",
|
||||
"gm",
|
||||
"_",
|
||||
|
@ -204,6 +204,8 @@ def dm_flags(bot):
|
||||
# bungeman: "Doesn't work on Windows anyway, produces unstable GMs with
|
||||
# 'Unexpected error' from DirectWrite"
|
||||
blacklist.extend('_ gm _ fontscalerdistortable'.split(' '))
|
||||
# skia:5636
|
||||
blacklist.extend('_ svg _ Nebraska-StateSeal.svg'.split(' '))
|
||||
|
||||
# skia:4095
|
||||
bad_serialize_gms = ['bleed_image',
|
||||
|
Loading…
Reference in New Issue
Block a user