summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/Makefile
diff options
context:
space:
mode:
authorbluhm <>2020-12-06 18:46:07 +0000
committerbluhm <>2020-12-06 18:46:07 +0000
commit44baf3722b2a45a27cba7695d8a2f00a965c973e (patch)
tree3e65d5065143b5f4659314e26bf550024df32b70 /src/regress/lib/libc/sys/Makefile
parente15b4af220e429099aba832b31f097b2916d19e8 (diff)
downloadopenbsd-44baf3722b2a45a27cba7695d8a2f00a965c973e.tar.gz
openbsd-44baf3722b2a45a27cba7695d8a2f00a965c973e.tar.bz2
openbsd-44baf3722b2a45a27cba7695d8a2f00a965c973e.zip
Enable t_mmap-1 test. It is skipped on NetBSD, but works for us.
Diffstat (limited to 'src/regress/lib/libc/sys/Makefile')
-rw-r--r--src/regress/lib/libc/sys/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile
index 048d90186d..7dcfcb73a9 100644
--- a/src/regress/lib/libc/sys/Makefile
+++ b/src/regress/lib/libc/sys/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.8 2020/11/11 13:55:54 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.9 2020/12/06 18:46:07 bluhm Exp $
2 2
3# Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> 3# Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de>
4# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> 4# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org>
@@ -48,7 +48,6 @@ PROGS += t_write
48# failing tests 48# failing tests
49REGRESS_EXPECTED_FAILURES = 49REGRESS_EXPECTED_FAILURES =
50REGRESS_EXPECTED_FAILURES += run-t_mlock-4 50REGRESS_EXPECTED_FAILURES += run-t_mlock-4
51REGRESS_EXPECTED_FAILURES += run-t_mmap-1
52REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 51REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3
53REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 52REGRESS_EXPECTED_FAILURES += run-t_pipe2-2
54REGRESS_EXPECTED_FAILURES += run-t_stat-5 53REGRESS_EXPECTED_FAILURES += run-t_stat-5