commit: 92dd9dfed07b235e1537be799f73f2404d8b223b Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Sun Nov 20 09:28:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 23 01:43:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dd9dfe
dev-cpp/gtest: fix test failure with clang googletest-port-test sporadically fails when built with clang, with the usersandbox feature enabled. Doesn't happen in 9999 so this is temporary. Signed-off-by: Peter Levine <plevine457 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28348 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/gtest/gtest-1.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-1.12.1.ebuild b/dev-cpp/gtest/gtest-1.12.1.ebuild index 0895416d2312..68ce123507cb 100644 --- a/dev-cpp/gtest/gtest-1.12.1.ebuild +++ b/dev-cpp/gtest/gtest-1.12.1.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() {
