Rework test infrastructure to keep track of tests which are disabled
[sbcl.git] / tests / exhaust.impure.lisp
index ef21e7c..4b8cd72 100644 (file)
@@ -84,8 +84,7 @@
           (setq ok t)))
       (assert ok))))
 
-#+c-stack-is-control-stack
-(with-test (:name (:exhaust :alien-stack))
+(with-test (:name (:exhaust :alien-stack) :skipped-on '(not :c-stack-is-control-stack))
   (let ((ok nil))
     (labels ((exhaust-alien-stack (i)
                (with-alien ((integer-array (array int 500)))