summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-01 05:56:05 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-01 05:57:25 +0200
commit669cd609611201769423802ddb9642ec80fe49c3 (patch)
tree30244d139ee7b26b44d25dbb70f0cb5f74bb46ad /sys-libs/compiler-rt/compiler-rt-9999.ebuild
parentapp-editors/kakoune-9999: add GCC version check (diff)
downloadgentoo-669cd609611201769423802ddb9642ec80fe49c3.tar.gz
gentoo-669cd609611201769423802ddb9642ec80fe49c3.tar.bz2
gentoo-669cd609611201769423802ddb9642ec80fe49c3.zip
sys-libs/compiler-rt: Disable sandbox during the tests
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-9999.ebuild')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 43363fe8f69b..599adcce94c2 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
}