git: 9fa21f66e48b - stable/15 - libnv/tests: unskip nvlist_send_recv__send_many_fds__dgram

From: Siva Mahadevan <siva_at_FreeBSD.org>
Date: Wed, 18 Feb 2026 17:14:35 UTC
The branch stable/15 has been updated by siva:

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

commit 9fa21f66e48ba0c00c80a9ed1c8bf1a09e9ecdae
Author:     Siva Mahadevan <siva@FreeBSD.org>
AuthorDate: 2026-02-11 21:05:25 +0000
Commit:     Siva Mahadevan <siva@FreeBSD.org>
CommitDate: 2026-02-18 16:36:03 +0000

    libnv/tests: unskip nvlist_send_recv__send_many_fds__dgram
    
    The test passes consistently for 1000+ consecutive iterations.
    
    PR:             260891
    Reviewed by:    oshogbo
    Approved by:    lwhsu (mentor)
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D55223
    
    (cherry picked from commit fbe6da7f7592169ad7c26aa563f4c6305de1e345)
---
 lib/libnv/tests/nvlist_send_recv_test.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/libnv/tests/nvlist_send_recv_test.c b/lib/libnv/tests/nvlist_send_recv_test.c
index 79297dfe2043..4a5c10df656d 100644
--- a/lib/libnv/tests/nvlist_send_recv_test.c
+++ b/lib/libnv/tests/nvlist_send_recv_test.c
@@ -482,8 +482,6 @@ ATF_TC_BODY(nvlist_send_recv__send_many_fds__dgram, tc)
 	size_t len;
 	int error;
 
-	atf_tc_skip("https://bugs.freebsd.org/260891");
-
 	/* size of the largest datagram to send */
 	temp_maxdgram = 16772;
 	len = sizeof(maxdgram);