Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 14:59:52 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 63f537551380 - main - Add expected failure for tmpfs atime test failing on FreeBSD
Message-ID:  <202310221459.39MExqgm016340@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=63f537551380d2dab29fa402ad1269feae17e594

commit 63f537551380d2dab29fa402ad1269feae17e594
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-10-21 15:15:14 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-22 14:58:52 +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
---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310221459.39MExqgm016340>