From ab3ea490fd050890312344a972dd88c10eb95bd5 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 11 Aug 2017 07:42:38 -0500 Subject: [PATCH] [libpng16] Revise tests/pngtest-badpngs to include the two renamed huge* files. --- tests/pngtest-badpngs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pngtest-badpngs b/tests/pngtest-badpngs index 13d6cee1f..c4449c37c 100755 --- a/tests/pngtest-badpngs +++ b/tests/pngtest-badpngs @@ -7,6 +7,7 @@ ./pngtest --relaxed ${srcdir}/contrib/testpngs/crashers/badadler.png ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/bad_iCCP.png ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/empty_ancillary_chunks.png -./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_*_chunk.png +./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_*_chunk.png \ + huge_*safe_to_copy.png exec ./pngtest --xfail ${srcdir}/contrib/testpngs/crashers/huge_IDAT.png