summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/bad_iccp.pngbin0 -> 321 bytes
-rw-r--r--tests/empty_ancillary_chunks.pngbin0 -> 730 bytes
-rw-r--r--tests/huge_idat.pngbin0 -> 79 bytes
-rwxr-xr-xtests/pngtest3
4 files changed, 3 insertions, 0 deletions
diff --git a/tests/bad_iccp.png b/tests/bad_iccp.png
new file mode 100644
index 000000000..0b7b86379
--- /dev/null
+++ b/tests/bad_iccp.png
Binary files differ
diff --git a/tests/empty_ancillary_chunks.png b/tests/empty_ancillary_chunks.png
new file mode 100644
index 000000000..d76477c6a
--- /dev/null
+++ b/tests/empty_ancillary_chunks.png
Binary files differ
diff --git a/tests/huge_idat.png b/tests/huge_idat.png
new file mode 100644
index 000000000..efee66cf3
--- /dev/null
+++ b/tests/huge_idat.png
Binary files differ
diff --git a/tests/pngtest b/tests/pngtest
index d33f93616..942e8c251 100755
--- a/tests/pngtest
+++ b/tests/pngtest
@@ -1,4 +1,7 @@
#!/bin/sh
./pngtest --relaxed ${srcdir}/tests/badcrc.png
./pngtest --relaxed ${srcdir}/tests/badadler.png
+./pngtest --relaxed ${srcdir}/tests/bad_iccp.png
+./pngtest --relaxed ${srcdir}/tests/huge_idat.png
+./pngtest --relaxed ${srcdir}/tests/empty_ancillary_chunks.png
exec ./pngtest --strict ${srcdir}/pngtest.png