History log of /openbsd-src/regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 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 ...


# fe2eb8d6 13-Oct-2006 kurt <kurt@openbsd.org>

Test shutdown() racing with other threads using the same file
descriptor, with some of them blocking on data that will never
arrive.