summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys
diff options
context:
space:
mode:
authorclaudio <>2023-10-31 08:00:33 +0000
committerclaudio <>2023-10-31 08:00:33 +0000
commitc390cd56e9317524091155e9308978cad9f2e2f5 (patch)
tree629dd680a58de6388a15bc5c5e7ba5d75fb3e2f7 /src/regress/lib/libc/sys
parent556460865148c7ddf4ec7a2e2e30140d4b711200 (diff)
downloadopenbsd-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/Makefile5
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
78REGRESS_EXPECTED_FAILURES = 78REGRESS_EXPECTED_FAILURES =
79REGRESS_EXPECTED_FAILURES += run-t_mlock-4 79REGRESS_EXPECTED_FAILURES += run-t_mlock-4
80REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3 80REGRESS_EXPECTED_FAILURES += run-t_msgrcv-3
81REGRESS_EXPECTED_FAILURES += run-t_pipe2-2
82REGRESS_EXPECTED_FAILURES += run-t_stat-5
83REGRESS_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}: