diff options
| author | anton <> | 2026-07-09 05:30:32 +0000 |
|---|---|---|
| committer | anton <> | 2026-07-09 05:30:32 +0000 |
| commit | b45211865cb86759dd3945e7c60c96551b19616a (patch) | |
| tree | 2020d411407fcc9deda9f9708e3f29d927863bdd /src | |
| parent | 4f7531f655fae2d0cc481ba74ba6fba7ba4a3908 (diff) | |
| download | openbsd-b45211865cb86759dd3945e7c60c96551b19616a.tar.gz openbsd-b45211865cb86759dd3945e7c60c96551b19616a.tar.bz2 openbsd-b45211865cb86759dd3945e7c60c96551b19616a.zip | |
Recent msgrcv(2) changes made more tests pass.
Diffstat (limited to 'src')
| -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 5ff237d4e7..b9772fed89 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.18 2023/10/31 08:00:33 claudio Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2026/07/09 05:30:32 anton 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> |
| @@ -77,7 +77,6 @@ PROGS += t_write | |||
| 77 | # failing tests | 77 | # failing tests |
| 78 | REGRESS_EXPECTED_FAILURES = | 78 | REGRESS_EXPECTED_FAILURES = |
| 79 | REGRESS_EXPECTED_FAILURES += run-t_mlock-4 | 79 | REGRESS_EXPECTED_FAILURES += run-t_mlock-4 |
| 80 | REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 | ||
| 81 | 80 | ||
| 82 | . for t in run-t_fork-{3,4,5} | 81 | . for t in run-t_fork-{3,4,5} |
| 83 | ${t}: | 82 | ${t}: |
