From: anton Date: Mon, 10 Oct 2022 05:26:11 +0000 (+0000) Subject: two tests are now expected to fail since the introduction of mimmutable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d0098cda8323f6e8ee7598ca900840d625266d67;p=openbsd two tests are now expected to fail since the introduction of mimmutable --- diff --git a/regress/sys/kern/noexec/Makefile b/regress/sys/kern/noexec/Makefile index f2717bba257..74c866fb606 100644 --- a/regress/sys/kern/noexec/Makefile +++ b/regress/sys/kern/noexec/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2021/05/16 03:23:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.24 2022/10/10 05:26:11 anton Exp $ PROG= noexec SRCS= noexec.c testfly.S @@ -13,6 +13,9 @@ REGRESS_TARGETS= nxtext-mmap nxtext-mprotect \ nxstack nxstack-mmap nxstack-mprotect .PHONY: ${REGRESS_TARGETS} +REGRESS_EXPECTED_FAILURES+= nxstack-mmap +REGRESS_EXPECTED_FAILURES+= nxstack-mprotect + nxtext-mmap: ${PROG} ./${PROG} -T -m