summaryrefslogtreecommitdiff
path: root/tests/pixbuf-lowmem.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix a missing error handling blockPhilip Withnall2016-12-191-1/+1
| | | | | | | | | err could never be set here, meaning we were missing out on some error checking. The test still passes. Coverity CID 1388525. https://bugzilla.gnome.org/show_bug.cgi?id=776020
* Run only pixbuf-lowmem test on GNU libcNatanael Copa2015-10-061-0/+8
| | | | | | | | | The test case depends on GNU libc specific internals so we only run it on GNU libc. This fixes build on Linux with musl libc. https://bugzilla.gnome.org/show_bug.cgi?id=756078
* Make pixbuf-lowmem test work without vtableMatthias Clasen2015-08-241-59/+39
| | | | | | | | Make the custom malloc setup in this test work without the no-longer-working g_mem_set_vtable, by overriding the weak symbols for malloc, realloc, free directly. This will probably only work with glibc, since we rely on the __libc- prefixed versions of these functions.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* Drop unneed g_type_init callsMatthias Clasen2013-12-181-3/+0
| | | | | We have been requiring a new-enough GLib for a while now, so drop this unnecessary clutter.
* More deprecation cleanupMatthias Clasen2013-01-101-0/+2
| | | | Avoid deprecation warnings for g_type_init and g_thread_init.
* Add pure gdk-pixbuf tests from GTK+Matthias Clasen2010-06-261-0/+249