From 3319f561a95326456858f5afdcf6dc28cc95c466 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sun, 18 Feb 2018 16:33:58 +0300 Subject: [PATCH] Mark :symbol-value-in-thread.3 broken on sb-safepoint. --- tests/threads.pure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/threads.pure.lisp b/tests/threads.pure.lisp index 640e66da3..0a09abec8 100644 --- a/tests/threads.pure.lisp +++ b/tests/threads.pure.lisp @@ -191,7 +191,8 @@ (assert (eq :from-child (symbol-value 'this-is-new)))))) (with-test (:name :symbol-value-in-thread.3 - :skipped-on (not :sb-thread)) + :skipped-on (not :sb-thread) + :broken-on :sb-safepoint) (let* ((parent *current-thread*) (semaphore (make-semaphore)) (running t) -- 2.11.4.GIT