summaryrefslogtreecommitdiff
path: root/tests/pixbuf-short-gif-write.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Allow a potential error to be shown before failingTobias Mueller2017-08-221-1/+4
| | | | | | | When the test fails, let's first give it the chance to print the error message in order to help debugging failures. https://bugzilla.gnome.org/show_bug.cgi?id=786259
* tests: Fix build on pre-C99Chun-wei Fan2017-08-171-3/+8
| | | | | | Ensure variables are declared at the top of the block. https://bugzilla.gnome.org/show_bug.cgi?id=785767
* tests: Add test case for thumbnailing failureBastien Nocera2015-10-051-0/+39
| | | | | | | | | | | Add a test case that replicates gnome-desktop's thumbnailing. The important thing here is to only load until we have a first frame, and close the GIF loader. Test file by Rebecca Mock from: http://www.wired.com/2013/09/the-rise-of-subtle-tasteful-and-commissioned-animated-gif-illustrations/ https://bugzilla.gnome.org/show_bug.cgi?id=755672
* tests: Don't use g_assert_nonnull yetBastien Nocera2014-10-241-2/+2
| | | | So that we don't require glib 2.40.
* tests: Add test case for short GIF writesBastien Nocera2014-10-241-0/+61
Based on the test program from Andrey Tsyvarev <tsyvarev@ispras.ru> https://bugzilla.gnome.org/show_bug.cgi?id=581461