Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2023 12:49:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 465b393b731c - stable/14 - Add expected failure for tmpfs atime test failing on FreeBSD
Message-ID:  <202310241249.39OCnYWD004754@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=465b393b731c621ce027b8542cb70ce50943edcc

commit 465b393b731c621ce027b8542cb70ce50943edcc
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-10-21 15:15:14 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-24 12:49:17 +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)
---
 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?202310241249.39OCnYWD004754>