commit: 669cd609611201769423802ddb9642ec80fe49c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 03:56:05 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 03:57:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669cd609
sys-libs/compiler-rt: Disable sandbox during the tests
sys-libs/compiler-rt/compiler-rt-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 43363fe..599adcc 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@ -99,7 +99,9 @@ src_configure() {
}
src_test() {
- # TODO: tests are broken by sandbox
+ # sandbox fiddles with memory error reporting and breaks tests
+ local -x SANDBOX_ON=0
+
cmake-utils_src_make check-all
}