commit:     e5122f545277170dc82fe122671a746b4a8c77ba
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 20 09:03:08 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 08:26:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5122f54

dev-cpp/gtest: disable googletest-port-test

Apparently usersandbox messes with the expected number of spawned
threads.  Disable for now.

Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-cpp/gtest/gtest-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index 32cf0b41a84c..94773948e844 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -60,7 +60,7 @@ multilib_src_configure() {
 
 multilib_src_test() {
        # Exclude tests that fail with FEATURES="usersandbox"
-       cmake_src_test -E "googletest-death-test-test"
+       cmake_src_test -E "googletest-(death-test|port)-test"
 }
 
 multilib_src_install_all() {

Reply via email to