git: c6c4a66b656c - main - devel/libunistring: Mark TESTING_UNSAFE

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 06 Mar 2024 19:20:24 UTC
The branch main has been updated by arrowd:

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

commit c6c4a66b656c716b4972101e6ae2bfc2dcf00a87
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-06 17:05:56 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-06 19:19:09 +0000

    devel/libunistring: Mark TESTING_UNSAFE
---
 devel/libunistring/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/libunistring/Makefile b/devel/libunistring/Makefile
index a9ca4868a36a..6ca4ecb69a05 100644
--- a/devel/libunistring/Makefile
+++ b/devel/libunistring/Makefile
@@ -23,4 +23,6 @@ TEST_TARGET=	check
 INFO=		${PORTNAME}
 OPTIONS_DEFINE=	DOCS
 
+TESTING_UNSAFE=	test-time.c:46: assertion 'tt3 >= tv2.tv_sec' failed
+
 .include <bsd.port.mk>