wayland/tests
Kristian Høgsberg a2c79b14a1 tests: Wrap calloc by just returning NULL if we're called too early
Since glibc dlsym() calls calloc, we get a call to our calloc wrapper as
we try to look up the real calloc implementation.  dlsym() will fall back
to a static buffer in case calloc returns NULL, so that's what we'll do.

This is all highly glibc dependent, of course, but the entire malloc
weak symbol wrapper mechanism is, so there's no loss of generality here.
2012-07-23 20:14:33 -04:00
..
.gitignore tests: update gitignore 2012-05-29 10:10:07 -04:00
array-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
client-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
connection-test.c protocol: Add explicit nullable types 2012-07-02 13:53:02 -04:00
event-loop-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
exec-fd-leak-checker.c tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00
fixed-benchmark.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
fixed-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
list-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
Makefile.am tests: test that path names longer than 108 bytes are rejected 2012-06-30 20:01:20 +00:00
map-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
os-wrappers-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
sanity-test.c tests: fix make check for out-of-tree builds 2012-06-30 19:58:37 +00:00
socket-test.c tests: test that path names longer than 108 bytes are rejected 2012-06-30 20:01:20 +00:00
test-helpers.c tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00
test-runner.c tests: Wrap calloc by just returning NULL if we're called too early 2012-07-23 20:14:33 -04:00
test-runner.h tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00