From: mbuhl Date: Sat, 4 Sep 2021 07:06:58 +0000 (+0000) Subject: Disable tests that don't work in bluhms regress framework. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8e64e6a2dc301ee51ee35206d657e1db28e850a9;p=openbsd Disable tests that don't work in bluhms regress framework. --- diff --git a/regress/lib/libc/sys/Makefile b/regress/lib/libc/sys/Makefile index 0bc8822c2ab..2073cadf56c 100644 --- a/regress/lib/libc/sys/Makefile +++ b/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