summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys
diff options
context:
space:
mode:
authormbuhl <>2021-09-04 07:06:58 +0000
committermbuhl <>2021-09-04 07:06:58 +0000
commit602cb466b8b19bfd29b0df2df3e9a6ceb9e53791 (patch)
treebe4a8e9c99045fc1e0c19beff0d023ebc6ee64db /src/regress/lib/libc/sys
parent23f45c4741a12726778b20e1bece0b996e4b9add (diff)
downloadopenbsd-602cb466b8b19bfd29b0df2df3e9a6ceb9e53791.tar.gz
openbsd-602cb466b8b19bfd29b0df2df3e9a6ceb9e53791.tar.bz2
openbsd-602cb466b8b19bfd29b0df2df3e9a6ceb9e53791.zip
Disable tests that don't work in bluhms regress framework.
Diffstat (limited to 'src/regress/lib/libc/sys')
-rw-r--r--src/regress/lib/libc/sys/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile
index 0bc8822c2a..2073cadf56 100644
--- a/src/regress/lib/libc/sys/Makefile
+++ b/src/regress/lib/libc/sys/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.12 2021/09/02 15:28:41 mbuhl Exp $ 1# $OpenBSD: Makefile,v 1.13 2021/09/04 07:06:58 mbuhl Exp $
2 2
3# Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> 3# Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de>
4# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> 4# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org>
@@ -79,6 +79,12 @@ REGRESS_EXPECTED_FAILURES += run-t_pipe2-2
79REGRESS_EXPECTED_FAILURES += run-t_stat-5 79REGRESS_EXPECTED_FAILURES += run-t_stat-5
80REGRESS_EXPECTED_FAILURES += run-t_unlink-2 80REGRESS_EXPECTED_FAILURES += run-t_unlink-2
81 81
82. for t in run-t_fork-{3,4,5}
83${t}:
84 # Only works with a controlling tty
85 @echo DISABLED
86. endfor
87
82run-t_vfork-2: 88run-t_vfork-2:
83 # SIGSTOP with vfork is masked before exec(3)/exit(3) 89 # SIGSTOP with vfork is masked before exec(3)/exit(3)
84 # see NetBSD: kern_sig.c,v 1.345 90 # see NetBSD: kern_sig.c,v 1.345