git: e40945c35f5c - releng/14.0 - Add expected failure for tmpfs atime test failing on FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Oct 2023 19:16:40 UTC
The branch releng/14.0 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e40945c35f5c1a5b67cd70a1ffe007eeea6a2085 commit e40945c35f5c1a5b67cd70a1ffe007eeea6a2085 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-10-21 15:15:14 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-10-24 19:16:09 +0000 Add expected failure for tmpfs atime test failing on FreeBSD PR: 274615 Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42321 (cherry picked from commit 63f537551380d2dab29fa402ad1269feae17e594) (cherry picked from commit 465b393b731c621ce027b8542cb70ce50943edcc) Approved by: re (gjb) --- contrib/netbsd-tests/fs/tmpfs/t_times.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/netbsd-tests/fs/tmpfs/t_times.sh b/contrib/netbsd-tests/fs/tmpfs/t_times.sh index f83dfe8f5929..f7676814fa71 100755 --- a/contrib/netbsd-tests/fs/tmpfs/t_times.sh +++ b/contrib/netbsd-tests/fs/tmpfs/t_times.sh @@ -36,6 +36,10 @@ empty_head() { atf_set "require.user" "root" } empty_body() { + # Begin FreeBSD + atf_expect_fail "Incorrect atime on FreeBSD: PR274615" + # End FreeBSD + test_mount atf_check -s eq:0 -o empty -e empty touch a