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-13 02:56:48 +0200
commit1d49b21bd423f276f2df42d11ab0d610fed5988b (patch)
treec48580b9859b60e8f78926b2c32d57c896399a08
parentb0ec540672051e948ded166fb41a9766c1ddcfdc (diff)
downloadgdk-pixbuf-1d49b21bd423f276f2df42d11ab0d610fed5988b.tar.gz
tests: Add a bunch of TGA images
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 7cf9bff55..45289f253 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -61,7 +61,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