diff options
| author | bluhm <> | 2020-12-06 18:46:07 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-12-06 18:46:07 +0000 |
| commit | 44baf3722b2a45a27cba7695d8a2f00a965c973e (patch) | |
| tree | 3e65d5065143b5f4659314e26bf550024df32b70 /src/regress/lib/libc/sys/Makefile | |
| parent | e15b4af220e429099aba832b31f097b2916d19e8 (diff) | |
| download | openbsd-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/Makefile | 3 |
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 |
| 49 | REGRESS_EXPECTED_FAILURES = | 49 | REGRESS_EXPECTED_FAILURES = |
| 50 | REGRESS_EXPECTED_FAILURES += run-t_mlock-4 | 50 | REGRESS_EXPECTED_FAILURES += run-t_mlock-4 |
| 51 | REGRESS_EXPECTED_FAILURES += run-t_mmap-1 | ||
| 52 | REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 | 51 | REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 |
| 53 | REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 | 52 | REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 |
| 54 | REGRESS_EXPECTED_FAILURES += run-t_stat-5 | 53 | REGRESS_EXPECTED_FAILURES += run-t_stat-5 |
