The branch main has been updated by emaste:

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

commit 63f537551380d2dab29fa402ad1269feae17e594
Author:     Ed Maste <[email protected]>
AuthorDate: 2023-10-21 15:15:14 +0000
Commit:     Ed Maste <[email protected]>
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

Reply via email to