NetBSD/tests/lib
martin f330f9aa31 ATF_REQUIRE_ERRNO() needs to be used with care:
- pass the expected errno to it, not "errno"
 - make sure to have errno set already before invoking the macro, i.e.
   do not use it to test errno changes as side effect of the asserted
   expression

Spotted by mlelstv, makes the epoch tests correctly fail on amd64 as
well.
2012-01-07 15:05:22 +00:00
..
csu Test LD_PRELOAD for stack alignment as well. This exposes issues on 2011-12-11 14:57:07 +00:00
libbluetooth test that data element lists are not placed by sdp_put_attr(), as 2011-04-16 07:32:27 +00:00
libc ATF_REQUIRE_ERRNO() needs to be used with care: 2012-01-07 15:05:22 +00:00
libcrypt crypt does not return NULL anymore. 2011-12-28 22:07:40 +00:00
libcurses Fix off-by-one error and simplify at the same time. 2011-10-07 13:39:33 +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 The compiler is allowed to use intermediate higher precision for float 2011-11-19 12:46:41 +00:00
libobjc Test case requires the GCC specific thread extension for Objective C, so 2011-05-20 13:03:45 +00:00
libposix Turn warns on for all tests and fix all the bugs. 2011-06-11 18:03:17 +00:00
libppath Build and install ppath(3) tests. 2011-08-27 18:55:51 +00:00
libprop PR fixed, remove expected failure. 2011-04-20 20:02:58 +00:00
libpthread Remove bogus check that (a) depends uninitialised memory (b) overflows a 2011-12-12 23:54:18 +00:00
librt Fix typo. 2011-03-25 09:39:19 +00:00
librumpclient t_fd/sigio: pass test if we receive at least one SIGIO signal. 2011-08-25 18:46:01 +00:00
librumphijack add missing dev_disk library for getdiskinfo. 2011-12-01 21:54:10 +00:00
libskey Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
libtre Disable the basic tests for now. 2011-11-06 18:42:53 +00:00
libutil Add some tests for dates several centures into the past and future. 2011-12-17 19:07:34 +00:00
semaphore Explicitly terminate threads to prevent crashes on exit. 2011-03-23 13:57:04 +00:00
Makefile Add a test for crypt salts. From: 2011-12-27 00:47:23 +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