From 602cb466b8b19bfd29b0df2df3e9a6ceb9e53791 Mon Sep 17 00:00:00 2001 From: mbuhl <> Date: Sat, 4 Sep 2021 07:06:58 +0000 Subject: Disable tests that don't work in bluhms regress framework. --- src/regress/lib/libc/sys/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 @@ -# $OpenBSD: Makefile,v 1.12 2021/09/02 15:28:41 mbuhl Exp $ +# $OpenBSD: Makefile,v 1.13 2021/09/04 07:06:58 mbuhl Exp $ # Copyright (c) 2019 Moritz Buhl # Copyright (c) 2019 Alexander Bluhm @@ -79,6 +79,12 @@ REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 REGRESS_EXPECTED_FAILURES += run-t_stat-5 REGRESS_EXPECTED_FAILURES += run-t_unlink-2 +. for t in run-t_fork-{3,4,5} +${t}: + # Only works with a controlling tty + @echo DISABLED +. endfor + run-t_vfork-2: # SIGSTOP with vfork is masked before exec(3)/exit(3) # see NetBSD: kern_sig.c,v 1.345 -- cgit v1.2.3-55-g6feb