Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2024 13:07:45 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f55be6d9993a - stable/14 - tmpfs tests: Remove an xfail annotation
Message-ID:  <202405081307.448D7jOn080334@gitrepo.freebsd.org>

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

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

commit f55be6d9993a552b48f26d75f2229569b6eef8b0
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-04 21:04:30 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-05-08 13:06:16 +0000

    tmpfs tests: Remove an xfail annotation
    
    This test passes after commit 08f3d5b60cdf ("copy_file_range: Call
    vn_rdwr() at least once").
    
    PR:             274615
    MFC after:      1 month
    
    (cherry picked from commit 8eb21b4ff0082a707517f805cf14616f91d9218e)
---
 contrib/netbsd-tests/fs/tmpfs/t_times.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/netbsd-tests/fs/tmpfs/t_times.sh b/contrib/netbsd-tests/fs/tmpfs/t_times.sh
index 2d8eb6f67aa0..7b3be8d98d03 100755
--- a/contrib/netbsd-tests/fs/tmpfs/t_times.sh
+++ b/contrib/netbsd-tests/fs/tmpfs/t_times.sh
@@ -70,8 +70,6 @@ holey_head() {
 	atf_set "require.user" "root"
 }
 holey_body() {
-	atf_expect_fail "https://bugs.freebsd.org/274615"
-
 	test_mount
 
 	atf_check -s eq:0 -o empty -e empty truncate -s 8k a



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