wayland/tests
Kristian Høgsberg adcb2d73b3 queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false
If a child process dies from a signal, WIFEXITED() returns false and
WEXITSTATUS() isn't well-defined.  In this case, if the client segfaults,
the status is 134 and WEXITSTATUS(134) is EXIT_SUCCESS, so we mask the error.
2013-02-08 11:38:59 -05:00
..
.gitignore gitignore: add test-suite files 2013-01-24 16:14:52 -05: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: Include wayland-private.h for container_of 2012-10-21 10:04:17 -04:00
connection-test.c tests: rename temporary files 2012-12-03 10:10:22 -05:00
display-test.c Added a destroy signal to the wl_display object. 2013-01-11 15:52:39 -05:00
event-loop-test.c Add a destroy signal to the wl_event_loop object 2013-01-15 14:05:27 -05: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 Added a destroy signal to the wl_display object. 2013-01-11 15:52:39 -05: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 Change filedescriptor API to be thread safe 2012-10-10 20:59:00 -04:00
queue-test.c queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false 2013-02-08 11:38:59 -05:00
sanity-test.c tests: ensure sanity leak check tests pass when leak checks are disabled. 2012-08-29 14:10:24 -04:00
socket-test.c tests: Quiet warning 2012-08-29 14:12:11 -04:00
test-helpers.c tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00
test-runner.c tests: ensure sanity leak check tests pass when leak checks are disabled. 2012-08-29 14:10:24 -04:00
test-runner.h tests: support testing fd inheritance over exec 2012-04-20 15:06:27 +03:00