diff options
author | Peter Levine <plevine457@gmail.com> | 2022-11-20 04:28:20 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-23 01:43:39 +0000 |
commit | 92dd9dfed07b235e1537be799f73f2404d8b223b (patch) | |
tree | d187293dc3de05cc3e5e40e63740dcc028c2bdcd /dev-cpp | |
parent | dev-cpp/gtest: add 1.12.1 (diff) | |
download | gentoo-92dd9dfed07b235e1537be799f73f2404d8b223b.tar.gz gentoo-92dd9dfed07b235e1537be799f73f2404d8b223b.tar.bz2 gentoo-92dd9dfed07b235e1537be799f73f2404d8b223b.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28348
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-1.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |