History log of /openbsd-src/regress/lib/libpthread/Makefile (Results 1 – 25 of 51)
Revision Date Author Comments
# 611b9c11 16-May-2019 otto <otto@openbsd.org>

enable malloc_duel; "tests want to run" bluhm@


# 2e1db617 04-Mar-2019 semarie <semarie@openbsd.org>

link pthread_rwlock2 test


# c17c3fed 16-Oct-2017 guenther <guenther@openbsd.org>

Add regress test for cancellation of pthread_once()'s init_routine

From Scott Cheloha (scottcheloha (at) gmail.com)


# 6f40fd34 07-Jul-2017 bluhm <bluhm@openbsd.org>

Remove all references to "make depend" from regress.


# 42d9ae1f 10-May-2016 guenther <guenther@openbsd.org>

Test that various calls can be interrupted in a non-threaded process,
then dlopen() libpthread and do that again in a second thread,
and then verify that they're all correctly acting as cancellation

Test that various calls can be interrupted in a non-threaded process,
then dlopen() libpthread and do that again in a second thread,
and then verify that they're all correctly acting as cancellation points.

show more ...


# fc7ba12f 14-Sep-2015 guenther <guenther@openbsd.org>

Add regress for cancellation of wait/waitpid/wait3/wait4


# b7302f58 03-Jul-2014 miod <miod@openbsd.org>

Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.


# 4a08560f 01-Aug-2013 kettenis <kettenis@openbsd.org>

Some tests are currently failing. Only run those if the REGRESS_FULL
variable is set.


# 0df5e8ae 21-Jun-2013 guenther <guenther@openbsd.org>

Add earlysig test to check whether the pthread fork() wrapper
has a critical section where getting a signal causes a hang. Based on
otto@ earlysig kernel regress; suggested by miod@


# 326e626d 25-Mar-2013 guenther <guenther@openbsd.org>

Disable the blocked_{close,dup2,fifo} tests, as we know they fail


# adec910a 06-Nov-2012 fgsch <fgsch@openbsd.org>

temporarily fix the static tests in testall by using NOPIE_LDFLAGS.


# 095c5e94 19-Aug-2012 fgsch <fgsch@openbsd.org>

document some more disabled tests.


# 5037ac14 03-May-2012 pirofti <pirofti@openbsd.org>

Add pthread spinlock support.

Implementation, documentation and naive regression tests for:
- pthread_spin_init()
- pthread_spin_destroy()
- pthread_spin_lock()
- pthread_spin_trylock()
- pthread_sp

Add pthread spinlock support.

Implementation, documentation and naive regression tests for:
- pthread_spin_init()
- pthread_spin_destroy()
- pthread_spin_lock()
- pthread_spin_trylock()
- pthread_spin_unlock()

Implementation okay guenther@, documentation okay jmc@.

show more ...


# 8d27f701 13-Apr-2012 kurt <kurt@openbsd.org>

Remove suspend_np1 from regress build.


# c1458880 11-Apr-2012 pirofti <pirofti@openbsd.org>

Add a simple barrier regression test.


# 84819389 19-Mar-2012 oga <oga@openbsd.org>

Add blocked_fifo.


# 38fdab9e 21-Feb-2012 kurt <kurt@openbsd.org>

Add pthread_suspend_np regress test. okay guenther@


# 8e3d492b 20-Feb-2012 kurt <kurt@openbsd.org>

- remove invalid potions of blocked_* regress tests
- reenable blocked_* regress tests. while this behaivor
is not specifited by posix, deadlocking is not a reasonable
behaivor and some ports dep

- remove invalid potions of blocked_* regress tests
- reenable blocked_* regress tests. while this behaivor
is not specifited by posix, deadlocking is not a reasonable
behaivor and some ports depend on this to work.

show more ...


# caab9df2 20-Feb-2012 guenther <guenther@openbsd.org>

Disable the dup2_race test, as it requires a buggy behavior that uthreads
happened to exhibit


# f77193db 20-Feb-2012 guenther <guenther@openbsd.org>

Enable the errno test; add a quick rwlocks test


# fc80f812 19-Feb-2012 guenther <guenther@openbsd.org>

Add regress test for stack attributes
Disable some tests that depended on uthread's particular undefined behavior


# 46beb94d 04-Jan-2012 mpi <mpi@openbsd.org>

link new semaphore tests


# 41afe8e8 01-Oct-2011 fgsch <fgsch@openbsd.org>

enter signals.


# d13be5d4 13-Sep-2011 fgsch <fgsch@openbsd.org>

first round of tests to check system calls restarting with pthreads.
guenther@ ok


# 3fcf8173 03-Jan-2010 fgsch <fgsch@openbsd.org>

Use CHECKx macro and enable setsockopt tests.


123