Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2026 12:05:03 +0000
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89b0e3118e20 - main - devel/capnproto: Remove BROKEN because it's actually working
Message-ID:  <69f496ef.3720b.ab5f1dc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89b0e3118e2005e641c1eff1ef693d4eeaa8bbd9

commit 89b0e3118e2005e641c1eff1ef693d4eeaa8bbd9
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-05-01 11:02:00 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-05-01 11:03:41 +0000

    devel/capnproto: Remove BROKEN because it's actually working
    
    There are 2 failing testcases out of 480 in kj-heavy-tests-run:
    
    kj/async-unix-test.c++:977: failed: expected hupPromise.poll(waitScope)
    [ FAIL ] async-unix-test.c++:941: UnixEventPort whenWriteDisconnected() (221 μs)
    kj/async-io-test.c++:2953: failed: expected abortedPromise.poll(io.waitScope)
    [ FAIL ] async-io-test.c++:2940: OS TwoWayPipe whenWriteDisconnected() (46 μs)
    
    and this will be addressed but should not prevent us from building packages.
    
    Scope of this seems to be limited to FreeBSD 15+ and exists at least since
    capnproto 1.3+ but was actually only noticed when running the testsuite.
    
    PR:             294259
    See:            https://github.com/capnproto/capnproto/issues/2594
---
 devel/capnproto/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/devel/capnproto/Makefile b/devel/capnproto/Makefile
index af5788cfb226..477d38b581e9 100644
--- a/devel/capnproto/Makefile
+++ b/devel/capnproto/Makefile
@@ -11,9 +11,6 @@ WWW=		https://capnproto.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_FreeBSD_15=	kqueue regression
-BROKEN_FreeBSD_16=	kqueue regression
-
 USES=		cmake:testing compiler:c++14-lang cpe pathfix ssl
 USE_LDCONFIG=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f496ef.3720b.ab5f1dc>