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:
scroggo 2016-01-06 11:28:26 -08:00 committed by Commit bot
parent 4894565528
commit 3e07d94c95
2 changed files with 0 additions and 10 deletions

View File

@ -1737,10 +1737,6 @@
"decode",
"inc14.png",
"pdf",
"_",
"_",
".webp",
"pdf",
"gm",
"_",
"fontmgr_iter",
@ -1947,10 +1943,6 @@
"decode",
"inc14.png",
"pdf",
"_",
"_",
".webp",
"pdf",
"gm",
"_",
"fontmgr_iter",

View File

@ -150,8 +150,6 @@ def get_args(bot):
blacklist.extend('pdf gm _ fontmgr_iter_factory'.split(' '))
if 'Valgrind' in bot:
# PDF + .webp -> jumps depending on uninitialized memory. skia:3505
blacklist.extend('pdf _ _ .webp'.split(' '))
# These take 18+ hours to run.
blacklist.extend('pdf gm _ fontmgr_iter'.split(' '))
blacklist.extend('pdf _ _ PANO_20121023_214540.jpg'.split(' '))