Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2024 21:16:48 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8eb21b4ff008 - main - tmpfs tests: Remove an xfail annotation
Message-ID:  <202404042116.434LGm76045601@gitrepo.freebsd.org>

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

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

commit 8eb21b4ff0082a707517f805cf14616f91d9218e
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-04 21:04:30 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-04 21:04:30 +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
---
 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?202404042116.434LGm76045601>