summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-10-12 16:06:16 +0200
committerBenjamin Otte <otte@redhat.com>2015-10-12 16:10:58 +0200
commit0d9088caedd0e3aa7ee00034e570a5307ad5384f (patch)
tree88715826ba8cdfecc8b381f45fe8773f2d863f43
parentff0965308be92986d0e748a3b0e22a4c6821b7e1 (diff)
downloadgdk-pixbuf-wip/otte/tga.tar.gz
tests: Add a bunch of TGA imageswip/otte/tga
These images are buggy, but we load them. So add them as reftests.
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/test-images/reftests/colormap-too-small.tgabin0 -> 2773 bytes
-rw-r--r--tests/test-images/reftests/colormap-too-small.tga.ref.pngbin0 -> 1417 bytes
-rw-r--r--tests/test-images/reftests/rle-too-many-pixels-2.tgabin0 -> 28 bytes
-rw-r--r--tests/test-images/reftests/rle-too-many-pixels-2.tga.ref.pngbin0 -> 111 bytes
-rw-r--r--tests/test-images/reftests/rle-too-many-pixels.tgabin0 -> 27 bytes
-rw-r--r--tests/test-images/reftests/rle-too-many-pixels.tga.ref.pngbin0 -> 111 bytes
7 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3a46ec7f9..01bb515ea 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -65,7 +65,8 @@ dist_installed_test_data = \
large.jpg \
$(wildcard $(srcdir)/test-images/fail/*) \
$(wildcard $(srcdir)/test-images/randomly-modified/*) \
- $(wildcard $(srcdir)/test-images/reftest/tga/*) \
+ $(wildcard $(srcdir)/test-images/reftests/*) \
+ $(wildcard $(srcdir)/test-images/reftests/tga/*) \
$(NULL)
pixbuf_randomly_modified_SOURCES = \
diff --git a/tests/test-images/reftests/colormap-too-small.tga b/tests/test-images/reftests/colormap-too-small.tga
new file mode 100644
index 000000000..09b33855b
--- /dev/null
+++ b/tests/test-images/reftests/colormap-too-small.tga
Binary files differ
diff --git a/tests/test-images/reftests/colormap-too-small.tga.ref.png b/tests/test-images/reftests/colormap-too-small.tga.ref.png
new file mode 100644
index 000000000..a45054f88
--- /dev/null
+++ b/tests/test-images/reftests/colormap-too-small.tga.ref.png
Binary files differ
diff --git a/tests/test-images/reftests/rle-too-many-pixels-2.tga b/tests/test-images/reftests/rle-too-many-pixels-2.tga
new file mode 100644
index 000000000..650f75dc3
--- /dev/null
+++ b/tests/test-images/reftests/rle-too-many-pixels-2.tga
Binary files differ
diff --git a/tests/test-images/reftests/rle-too-many-pixels-2.tga.ref.png b/tests/test-images/reftests/rle-too-many-pixels-2.tga.ref.png
new file mode 100644
index 000000000..03009a3c3
--- /dev/null
+++ b/tests/test-images/reftests/rle-too-many-pixels-2.tga.ref.png
Binary files differ
diff --git a/tests/test-images/reftests/rle-too-many-pixels.tga b/tests/test-images/reftests/rle-too-many-pixels.tga
new file mode 100644
index 000000000..e0c0e5bcb
--- /dev/null
+++ b/tests/test-images/reftests/rle-too-many-pixels.tga
Binary files differ
diff --git a/tests/test-images/reftests/rle-too-many-pixels.tga.ref.png b/tests/test-images/reftests/rle-too-many-pixels.tga.ref.png
new file mode 100644
index 000000000..d56355531
--- /dev/null
+++ b/tests/test-images/reftests/rle-too-many-pixels.tga.ref.png
Binary files differ