summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-03-25 08:03:19 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-03-25 08:03:19 +0000
commit8fce0b424387999fdfbec6d7540abefce06ceee4 (patch)
tree2ef04ac68ba072ec78786dc11bc5a6acb6ffc4f1 /regress/lib/libpthread
parent7f8c863b90764dec4a0110364e20be3fec15274c (diff)
Disable the blocked_{close,dup2,fifo} tests, as we know they fail
Diffstat (limited to 'regress/lib/libpthread')
-rw-r--r--regress/lib/libpthread/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile
index 30b9b7b5597..2cdd9958cb0 100644
--- a/regress/lib/libpthread/Makefile
+++ b/regress/lib/libpthread/Makefile
@@ -1,12 +1,17 @@
-# $OpenBSD: Makefile,v 1.41 2012/11/06 00:22:26 fgsch Exp $
+# $OpenBSD: Makefile,v 1.42 2013/03/25 08:03:18 guenther Exp $
# disabled because it requires a buggy behavior that uthread had:
# dup2_race
-# disabled because it relies in non-standard behaviour:
+# disabled because they relu on non-standard behaviour:
+# blocked_close blocked_dup2
# blocked_join process_kill
-SUBDIR= barrier blocked_close blocked_dup2 blocked_fifo blocked_shutdown \
+# disabled because it relies on non-standard behaviour and the diff to
+# fix it caused panics:
+# blocked_fifo
+
+SUBDIR= barrier blocked_shutdown \
cancel cancel2 close close_race closefrom cwd errno execve fork \
group malloc_duel netdb pcap poll preemption preemption_float \
pthread_atfork pthread_cond_timedwait pthread_create \