diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-20 04:45:10 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-02-20 04:45:10 +0000 |
commit | 6d0e95383ad7aeb74933ea3b2c62f02ecb2de0d1 (patch) | |
tree | d19a55f8e44e43171146d75dc96648d90111ae15 /regress | |
parent | 5968dfdc76712582661cd15eaa2c6f592407c569 (diff) |
Disable the dup2_race test, as it requires a buggy behavior that uthreads
happened to exhibit
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libpthread/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index da07b2627b3..8f03d665c1c 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.32 2012/02/20 04:08:52 guenther Exp $ +# $OpenBSD: Makefile,v 1.33 2012/02/20 04:45:09 guenther Exp $ -# disabled because they assume uthread's particular undefined behavior; +# disabled because they assume uthread's particular undefined behavior: # blocked_close blocked_dup2 blocked_shutdown +# disabled because it requires a buggy behavior that uthread had: +# dup2_race SUBDIR= cancel cancel2 \ - close close_race closefrom cwd dup2_race errno execve fork \ + close close_race closefrom cwd errno execve fork \ group malloc_duel netdb pcap poll preemption preemption_float \ pthread_atfork pthread_cond_timedwait pthread_create \ pthread_join pthread_kill pthread_mutex \ |