gstreamer/libs/gst/check/libcheck
Tim-Philipp Müller a10ca2ee13 check: use _exit() instead of exit() in fail_unless() so we exit immediately
exit() will call atexit handlers, which may try to
clean up things or wait for things to get cleaned up,
which we don't want or need. We just want to stop
and let the parent know about the failure as quickly
as possible in case fork() is used.

Fixes timeouts on assert failures in checks where
an exit handler waits for things to stop, but they
don't stop because they haven't been shut down,
and they haven't been shut down because there's no
simple way to do so on failures.

http://sourceforge.net/p/check/patches/50/
2014-05-07 10:44:34 +01:00
..
check.c check: use _exit() instead of exit() in fail_unless() so we exit immediately 2014-05-07 10:44:34 +01:00
check.h.in Fix FSF address 2012-11-03 20:44:48 +00:00
check_error.c Fix FSF address 2012-11-03 20:44:48 +00:00
check_error.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_impl.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_list.c Fix FSF address 2012-11-03 20:44:48 +00:00
check_list.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_log.c Fix FSF address 2012-11-03 20:44:48 +00:00
check_log.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_msg.c Fix FSF address 2012-11-03 20:44:48 +00:00
check_msg.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_pack.c Fix FSF address 2012-11-03 20:44:48 +00:00
check_pack.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_print.c libcheck: Escape strings in the generated xml files 2013-07-23 16:02:01 -04:00
check_print.h Fix FSF address 2012-11-03 20:44:48 +00:00
check_run.c Revert "check: only call setpgid on valid child PIDs" 2014-04-07 17:47:30 +01:00
check_str.c Fix FSF address 2012-11-03 20:44:48 +00:00
check_str.h Fix FSF address 2012-11-03 20:44:48 +00:00
Makefile.am configure: Properly check for pthread 2012-10-22 15:05:24 +02:00