Skip to content

Commit

Permalink
Add expected failure for tmpfs atime test failing on FreeBSD
Browse files Browse the repository at this point in the history
PR:		274615
Reviewed by:	ngie
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42321
  • Loading branch information
emaste committed Oct 22, 2023
1 parent 14bbf4f commit 63f5375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/netbsd-tests/fs/tmpfs/t_times.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63f5375

Please sign in to comment.