diff options
author | 2020-12-14 11:10:02 +0000 | |
---|---|---|
committer | 2020-12-14 11:10:02 +0000 | |
commit | 6d2d1be9b1c0cac265fad05f0a5e4fbe577ea65f (patch) | |
tree | c3b5c040a132e2025e73ae4a6286cbfef8073157 | |
parent | remove unused include linux no longer has (diff) | |
download | wireguard-openbsd-6d2d1be9b1c0cac265fad05f0a5e4fbe577ea65f.tar.xz wireguard-openbsd-6d2d1be9b1c0cac265fad05f0a5e4fbe577ea65f.zip |
Remove the expected failures on armv7. They do not match the current
behavior anyway. The map stack flag does not work in some cases.
So lastcomm(1) regress should fail.
-rw-r--r-- | regress/usr.bin/lastcomm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/lastcomm/Makefile b/regress/usr.bin/lastcomm/Makefile index 823e92cb2c6..c3617547a72 100644 --- a/regress/usr.bin/lastcomm/Makefile +++ b/regress/usr.bin/lastcomm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2020/07/27 13:40:02 rob Exp $ +# $OpenBSD: Makefile,v 1.8 2020/12/14 11:10:02 bluhm Exp $ # Start with a clean /var/account/acct accounting file and turn on # process accounting with accton(8). Each test executes a command @@ -15,7 +15,7 @@ REGRESS_SKIP_TARGETS += run-syscallwx .endif -.if ${MACHINE} == amd64 || ${MACHINE} == armv7 +.if ${MACHINE} == amd64 # calling trapsignal() from syscall path does not work on amd64 REGRESS_EXPECTED_FAILURES += run-callstack run-syscallwx .endif |