From: anton Date: Tue, 10 Jan 2023 12:17:00 +0000 (+0000) Subject: Retire wx_syscall regress tests, they have been failing since the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=75087c22d3645d85f62bf74e81ce8516135d5cbd;p=openbsd Retire wx_syscall regress tests, they have been failing since the introduction of mimmutable(2) and also needs to cope with xonly on some architectures by now. There's already the syscallwx target in regress/usr.bin/lastcomm which does the same thing but also ensures that the expected code path is reached by looking at accounting records. --- diff --git a/regress/sys/uvm/Makefile b/regress/sys/uvm/Makefile index 04a005b0a53..d601111d53c 100644 --- a/regress/sys/uvm/Makefile +++ b/regress/sys/uvm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2022/08/06 13:44:04 semarie Exp $ +# $OpenBSD: Makefile,v 1.19 2023/01/10 12:17:00 anton Exp $ SUBDIR+= blist SUBDIR+= minherit_zero @@ -7,7 +7,6 @@ SUBDIR+= mmap_noreplace mmap_write_self SUBDIR+= mmap0 SUBDIR+= mmap_hint SUBDIR+= vnode -SUBDIR+= wx_syscall install: