summaryrefslogtreecommitdiff
path: root/tests/pixbuf-threads.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* Make testsuite robust against disabled formatsMatthias Clasen2014-01-251-9/+20
| | | | | | | Skip tests if their file format is not supported by the available loaders. https://bugzilla.gnome.org/show_bug.cgi?id=722651
* Convert pixbuf-threads testMatthias Clasen2013-12-191-75/+38
| | | | Make this test use g_test_run, so it is compatible with using TAP.
* Drop unneed g_type_init callsMatthias Clasen2013-12-181-9/+0
| | | | | We have been requiring a new-enough GLib for a while now, so drop this unnecessary clutter.
* tests: Fix up pixbuf tests to know how to find data filesColin Walters2013-06-241-24/+25
| | | | | | | | | These tests were broken by: 8ec55ff29e0626a05a3aa9d92060e28767ee142f Previously we were relying on hand-written .test files which used sh -c and wildcard expansion, but with modern GLib we can just use g_test_get_dir() to find the datadir relative to our binary path.
* Add a better diagnostic messageMatthias Clasen2013-05-311-1/+5
| | | | | This test is falling on the builder, but the message doesn't help to find out why.
* Install some pixbuf testsMatthias Clasen2013-05-221-3/+18
| | | | | | Make it possible to limit the iterations of the pixbuf-threads and pixbuf-randomly-modified tests, and run them installed on some of the test images in tests/test-images.
* More deprecation cleanupMatthias Clasen2013-01-101-1/+5
| | | | Avoid deprecation warnings for g_type_init and g_thread_init.
* Add pure gdk-pixbuf tests from GTK+Matthias Clasen2010-06-261-0/+118