Retire wx_syscall regress tests, they have been failing since the
authoranton <anton@openbsd.org>
Tue, 10 Jan 2023 12:17:00 +0000 (12:17 +0000)
committeranton <anton@openbsd.org>
Tue, 10 Jan 2023 12:17:00 +0000 (12:17 +0000)
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.

regress/sys/uvm/Makefile

index 04a005b..d601111 100644 (file)
@@ -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: