NetBSD/tests/lib/libpthread
jmmv e110dcc954 Use compiler builtins instead of atf_arch and atf_machine.
The atf_arch and atf_machine configuration variables were removed from
atf-0.19 without me realizing that some tests were querying them directly.

Instead of reintroducing those variables, just rely on compiler builtins
as many other tests already do.

Should fix PR bin/48582.
2014-02-09 21:26:07 +00:00
..
dlopen new dlopen tests for libpthread from manu@ 2013-03-21 16:50:21 +00:00
Makefile loosen the test only for qemu. 2013-04-12 17:18:11 +00:00
d_mach
h_atexit.c
h_cancel.c
h_common.h
h_exit.c
h_resolv.c add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
t_atexit.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_barrier.c add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
t_cancel.sh
t_cond.c fix unused variable warnings 2013-10-19 17:45:00 +00:00
t_condwait.c loosen the test only for qemu. 2013-04-12 17:18:11 +00:00
t_detach.c A dummy conformance-test for pthread_detach(3). I will extend this later. 2011-03-24 13:52:04 +00:00
t_equal.c A dummy conformance-test of pthread_equal(3). 2011-03-24 12:40:59 +00:00
t_exit.sh
t_fork.c
t_fpu.c exitting -> exiting. 2013-01-27 14:47:37 +00:00
t_join.c Also exercise pthread_attr_setstacksize. 2012-03-12 20:17:16 +00:00
t_kill.c
t_mutex.c Use compiler builtins instead of atf_arch and atf_machine. 2014-02-09 21:26:07 +00:00
t_name.c
t_once.c
t_preempt.c add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
t_resolv.sh
t_rwlock.c
t_sem.c It is perfectly valid for sem_wait to be interrupted, so loop on EINTR. 2012-03-09 19:46:37 +00:00
t_sigalarm.c
t_siglongjmp.c
t_sigmask.c fix unused variable warnings 2013-10-19 17:45:00 +00:00
t_sigsuspend.c
t_sleep.c
t_swapcontext.c setcontext() used to be incompatible with -lpthread since it affected 2012-09-12 02:00:51 +00:00