diff options
author | John Bowler <jbowler@acm.org> | 2015-09-15 15:38:52 -0700 |
---|---|---|
committer | John Bowler <jbowler@acm.org> | 2015-09-15 15:38:52 -0700 |
commit | c3e7e7d71567d714a38efeedc9d7df527254d9a8 (patch) | |
tree | 9a31c04f8472a1249a496e4be44472da02dd98a3 /tests/pngunknown-sTER | |
parent | 1e16e8829d4da77998835ad2dd80bf5c62b6168f (diff) | |
download | libpng-c3e7e7d71567d714a38efeedc9d7df527254d9a8.tar.gz |
[libpng16] tests backported from libpng 1.7
This updates libpng16 with all the test changes from libpng17,
including changes to pngvalid.c to ensure that the original,
distributed, version of contrib/visupng/cexcept.h can be used.
pngvalid contains the correction to the use of SAVE/STORE_
UNKNOWN_CHUNKS; a bug revealed by changes in libpng 1.7. More
tests contain the --strict option to detect warnings and the
pngvalid-standard test has been corrected so that it does not
turn on progresive-read (there is a separate test which does
that.)
Some signed/unsigned fixes have been made.
Signed-off-by: John Bowler <jbowler@acm.org>
Diffstat (limited to 'tests/pngunknown-sTER')
-rwxr-xr-x | tests/pngunknown-sTER | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pngunknown-sTER b/tests/pngunknown-sTER index 1b945dc34..59c5ecd54 100755 --- a/tests/pngunknown-sTER +++ b/tests/pngunknown-sTER @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngunknown sTER=if-safe "${srcdir}/pngtest.png" +exec ./pngunknown --strict sTER=if-safe "${srcdir}/pngtest.png" |