Reenable testing webp to PDF on Valgrind
The errors were probably due to skbug.com/4038, which has been fixed. Reenable the test. BUG=skia:3505 BUG=skia:4038 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1535133002 Review URL: https://codereview.chromium.org/1535133002
This commit is contained in:
parent
4894565528
commit
3e07d94c95
@ -1737,10 +1737,6 @@
|
|||||||
"decode",
|
"decode",
|
||||||
"inc14.png",
|
"inc14.png",
|
||||||
"pdf",
|
"pdf",
|
||||||
"_",
|
|
||||||
"_",
|
|
||||||
".webp",
|
|
||||||
"pdf",
|
|
||||||
"gm",
|
"gm",
|
||||||
"_",
|
"_",
|
||||||
"fontmgr_iter",
|
"fontmgr_iter",
|
||||||
@ -1947,10 +1943,6 @@
|
|||||||
"decode",
|
"decode",
|
||||||
"inc14.png",
|
"inc14.png",
|
||||||
"pdf",
|
"pdf",
|
||||||
"_",
|
|
||||||
"_",
|
|
||||||
".webp",
|
|
||||||
"pdf",
|
|
||||||
"gm",
|
"gm",
|
||||||
"_",
|
"_",
|
||||||
"fontmgr_iter",
|
"fontmgr_iter",
|
||||||
|
@ -150,8 +150,6 @@ def get_args(bot):
|
|||||||
blacklist.extend('pdf gm _ fontmgr_iter_factory'.split(' '))
|
blacklist.extend('pdf gm _ fontmgr_iter_factory'.split(' '))
|
||||||
|
|
||||||
if 'Valgrind' in bot:
|
if 'Valgrind' in bot:
|
||||||
# PDF + .webp -> jumps depending on uninitialized memory. skia:3505
|
|
||||||
blacklist.extend('pdf _ _ .webp'.split(' '))
|
|
||||||
# These take 18+ hours to run.
|
# These take 18+ hours to run.
|
||||||
blacklist.extend('pdf gm _ fontmgr_iter'.split(' '))
|
blacklist.extend('pdf gm _ fontmgr_iter'.split(' '))
|
||||||
blacklist.extend('pdf _ _ PANO_20121023_214540.jpg'.split(' '))
|
blacklist.extend('pdf _ _ PANO_20121023_214540.jpg'.split(' '))
|
||||||
|
Loading…
Reference in New Issue
Block a user