Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2023 01:20:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d84da2197c33 - main - devel/concurrencpp: All tests pass
Message-ID:  <202304150120.33F1K2HD098036@gitrepo.freebsd.org>

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

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

commit d84da2197c335fc87376f203f964fe56c9bf5ce1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-15 01:19:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-15 01:20:00 +0000

    devel/concurrencpp: All tests pass
---
 devel/concurrencpp/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index 81e0611c0273..736ec9d7ff54 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -27,7 +27,6 @@ CXX=		${LOCALBASE}/bin/clang++13
 .endif
 
 do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing
-	# test async_lock_tests never finishes, see https://github.com/David-Haim/concurrencpp/issues/85
 	@cd ${WRKSRC} && \
 		${CMAKE_BIN} -S test -B build/test && \
 		${CMAKE_BIN} --build build/test && \



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