Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2025 20:20:46 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d2f6ab55d1d - main - net-p2p/aeron: Mark TESTING_UNSAFE
Message-ID:  <202505052020.545KKkCS033040@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d2f6ab55d1dcd84fa5b551f09eac143c222746a

commit 9d2f6ab55d1dcd84fa5b551f09eac143c222746a
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-05-05 17:40:19 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-05-05 20:19:58 +0000

    net-p2p/aeron: Mark TESTING_UNSAFE
---
 net-p2p/aeron/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/aeron/Makefile b/net-p2p/aeron/Makefile
index 22da522e4c37..29e494e63b97 100644
--- a/net-p2p/aeron/Makefile
+++ b/net-p2p/aeron/Makefile
@@ -33,6 +33,6 @@ CMAKE_TESTING_ON=	AERON_TESTS \
 LDFLAGS+=	-lm \
 		-luuid
 
-# tests as of 1.44.6: 89% tests passed, 15 tests failed out of 131, see https://github.com/real-logic/aeron/issues/1696
+TESTING_UNSAFE=	tests as of 1.44.6: 89% tests passed, 15 tests failed out of 131, see https://github.com/real-logic/aeron/issues/1696
 
 .include <bsd.port.mk>


home | help

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