summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2023-01-20 04:03:08 -0500
committerViorel Munteanu <ceamac@gentoo.org>2023-02-04 10:26:19 +0200
commite5122f545277170dc82fe122671a746b4a8c77ba (patch)
tree76c94c4244acf9c1c80c8512e54a903df25e59de /dev-cpp/gtest/gtest-9999.ebuild
parentdev-ruby/jwt: drop 2.3.0, 2.4.0, 2.4.1 (diff)
downloadgentoo-e5122f545277170dc82fe122671a746b4a8c77ba.tar.gz
gentoo-e5122f545277170dc82fe122671a746b4a8c77ba.tar.bz2
gentoo-e5122f545277170dc82fe122671a746b4a8c77ba.zip
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@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest/gtest-9999.ebuild')
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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() {