NetBSD/tests/lib
jmmv 255271589f Extend pidfile(3) to support creating pid files in arbitrary locations.
If the argument provided to pidfile(3) contains a '/', then the value is
considered to be an absolute/relative path and the pid file is created
in the given location.

Otherwise, pidfile(3) behaves as before and treats the provided value as
a basename to construct a pid file in /var/run/<basename>.pid.  This means
that to create a pid file named "foo.pid" in the current directory, one
must specify "./foo.pid".
2011-03-29 13:55:37 +00:00
..
csu Whitespace. 2011-01-02 09:33:45 +00:00
libc Sort. 2011-03-24 16:58:01 +00:00
libdes Convert the libdes tests to atf. 2010-08-25 16:46:36 +00:00
libevent Revert previous. The atf default timeout has been reverted, and the 90sec 2010-11-29 18:21:15 +00:00
libm Do not skip the QEMU bugs but instead mark these as expected failures. 2011-03-25 10:42:38 +00:00
libobjc Convert the libobjc tests to atf. While doing this, make the tests actually 2010-07-18 12:41:51 +00:00
libposix Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
libprop add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
libpthread Add a test case for pthread_cond_timedwait(3) failures reported by 2011-03-27 16:45:15 +00:00
librt Fix typo. 2011-03-25 09:39:19 +00:00
librumpclient Enable the "send a lot of syscall requests before exec" code, since 2011-03-08 15:35:28 +00:00
librumphijack check that nfsd works with kernel module autoloading 2011-03-22 17:07:11 +00:00
libskey Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
libutil Extend pidfile(3) to support creating pid files in arbitrary locations. 2011-03-29 13:55:37 +00:00
semaphore Explicitly terminate threads to prevent crashes on exit. 2011-03-23 13:57:04 +00:00
Makefile Add test which checks rumpclient does not use fds 0-2 for its 2011-02-09 14:32:45 +00:00
Makefile.inc add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00