NetBSD/tests/lib
jmmv 28cce38f11 Split the before_start test in two: one that does not use threads and one
that does.  The former works all the time but the latter gets consistently
stuck on amd64.  Mark the latter as an expected timeout (should be a "race
condition" test, but atf does not have such a thing yet[1]).

This clears the test failures, at least, under anita running NetBSD/i386.

From pooka@: this could well be because calling sem_post(3) from a signal
handler can't possibly do the right thing with the pthread implementation.
However, according to signal(7), sem_post(3) is signal-async safe...

While here, program alarms using a timeout shorter than 1 second to speed
up the execution of the tests.

1: Good thing is I finally understand what a "race condition" test looks
like, I believe.
2010-07-19 10:31:46 +00:00
..
csu Convert the csu tests to atf. 2010-07-17 19:25:26 +00:00
libc Get rid of static Atffiles and let bsd.test.mk generate them on the fly. 2010-07-13 21:13:21 +00:00
libevent Get rid of static Atffiles and let bsd.test.mk generate them on the fly. 2010-07-13 21:13:21 +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 Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
libpthread Split the before_start test in two: one that does not use threads and one 2010-07-19 10:31:46 +00:00
librt Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
libskey Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
libutil Convert the libposix, libprop, librt, libskey and libutil tests to ATF. 2010-07-16 13:56:31 +00:00
semaphore Get rid of static Atffiles and let bsd.test.mk generate them on the fly. 2010-07-13 21:13:21 +00:00
Makefile Convert the libobjc tests to atf. While doing this, make the tests actually 2010-07-18 12:41:51 +00:00