summaryrefslogtreecommitdiff
path: root/tests/parallel-exec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel-exec.sh')
-rwxr-xr-xtests/parallel-exec.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/parallel-exec.sh b/tests/parallel-exec.sh
index 020417259..d95c51ff9 100755
--- a/tests/parallel-exec.sh
+++ b/tests/parallel-exec.sh
@@ -29,7 +29,9 @@ TEST_DIRECTORY=$junkdir SBCL_HOME=../obj/sbcl-home exec ../src/runtime/sbcl \
(require :sb-sprof)
(let ((*evaluator-mode* :compile))
(with-compilation-unit () (load"run-tests")))
-#+(and x86-64 linux sb-thread) (push :test-aprof *features*)
+#+(and x86-64 linux sb-thread)
+ (unless (find :gs-segment-thread sb-impl:+internal-features+)
+ (push :test-aprof *features*))
(in-package run-tests)
(import '(sb-alien:alien-funcall sb-alien:extern-alien
sb-alien:int sb-alien:c-string sb-alien:unsigned))