diff options
author | claudio <> | 2023-10-31 08:00:33 +0000 |
---|---|---|
committer | claudio <> | 2023-10-31 08:00:33 +0000 |
commit | c390cd56e9317524091155e9308978cad9f2e2f5 (patch) | |
tree | 629dd680a58de6388a15bc5c5e7ba5d75fb3e2f7 /src/regress/lib/libc/sys | |
parent | 556460865148c7ddf4ec7a2e2e30140d4b711200 (diff) | |
download | openbsd-c390cd56e9317524091155e9308978cad9f2e2f5.tar.gz openbsd-c390cd56e9317524091155e9308978cad9f2e2f5.tar.bz2 openbsd-c390cd56e9317524091155e9308978cad9f2e2f5.zip |
Remove 3 expected failures those got fixed in the regress code.
Diffstat (limited to 'src/regress/lib/libc/sys')
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index 2fcba8ca91..5ff237d4e7 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.17 2022/10/26 23:18:01 kettenis Exp $ | 1 | # $OpenBSD: Makefile,v 1.18 2023/10/31 08:00:33 claudio 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> |
@@ -78,9 +78,6 @@ PROGS += t_write | |||
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 | 80 | REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 |
81 | REGRESS_EXPECTED_FAILURES += run-t_pipe2-2 | ||
82 | REGRESS_EXPECTED_FAILURES += run-t_stat-5 | ||
83 | REGRESS_EXPECTED_FAILURES += run-t_unlink-2 | ||
84 | 81 | ||
85 | . for t in run-t_fork-{3,4,5} | 82 | . for t in run-t_fork-{3,4,5} |
86 | ${t}: | 83 | ${t}: |