commit: 7294a912fe579fed98f39912c6fc022d026dfbda
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 10:19:15 2024 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 10:20:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7294a912
dev-util/google-perftools: remove sandbox check from testing
Tests now execute properly with sandbox enabled, even if some are
failing depending on the arch (ABI_X86=32 for example)
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
dev-util/google-perftools/google-perftools-2.15.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-util/google-perftools/google-perftools-2.15.ebuild
b/dev-util/google-perftools/google-perftools-2.15.ebuild
index 93208aa22f2d..3473536452ff 100644
--- a/dev-util/google-perftools/google-perftools-2.15.ebuild
+++ b/dev-util/google-perftools/google-perftools-2.15.ebuild
@@ -89,12 +89,6 @@ multilib_src_configure() {
}
src_test() {
- if has sandbox ${FEATURES}; then
- ewarn "Unable to run tests when sandbox is enabled."
- ewarn "See https://bugs.gentoo.org/290249"
- return 0
- fi
-
multilib-minimal_src_test
}