History log of /openbsd-src/regress/lib/libpthread/signal/signal.c (Results 1 – 5 of 5)
Revision Date Author Comments
# db3296cf 31-Jul-2003 deraadt <deraadt@openbsd.org>

various cleanups; david says results are same


# c0a6f2a4 16-Jun-2002 marc <marc@openbsd.org>

write newline before successful test completion


# d485f761 11-Nov-2001 deraadt <deraadt@openbsd.org>

signal race fixes


# 523ac096 03-Nov-2001 marc <marc@openbsd.org>

Fix pthread_mutex regression test... undefined behavior does not
mean != EPERM in one test, minor changes to recursive mutex test.

remove printf in signal test signal handler, run test long enough
t

Fix pthread_mutex regression test... undefined behavior does not
mean != EPERM in one test, minor changes to recursive mutex test.

remove printf in signal test signal handler, run test long enough
to ensure signal hander is called at least twice, reduce output.

Note: running these tests over a remote console may indicate bogus
falures due to console output latency. Any test that takes longer
than 5 seconds to complete may be flagged as a failure.

show more ...


# b2ea75c1 15-Aug-2001 fgsch <fgsch@openbsd.org>

Regression tests for libc_r (pthreads) library.
Thanks to pval@ for resolving the license stuff.