summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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