gstreamer/libs/gst/check
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
..
libcheck check: use _exit() instead of exit() in fail_unless() so we exit immediately 2014-05-07 10:44:34 +01:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstbufferstraw.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbufferstraw.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcheck.c check: Add new API to set up pads from non-static pad templates 2014-04-15 12:58:59 +02:00
gstcheck.h check: Add new API to set up pads from non-static pad templates 2014-04-15 12:58:59 +02:00
gstconsistencychecker.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstconsistencychecker.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttestclock.c testclock: replace newly-added GstTestClockIDList structure with a simple GList 2014-04-12 15:33:50 +01:00
gsttestclock.h testclock: replace newly-added GstTestClockIDList structure with a simple GList 2014-04-12 15:33:50 +01:00
Makefile.am libs: g-ir-scanner: do not hardcode libtool path 2014-04-17 09:26:20 +01:00