X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Finterface.impure.lisp;h=ac4776ab51bd2809c8dba6b11bbe1501ba65a7af;hb=f7a78dd3554bd977b006e5da349a11d4e8463bb5;hp=33f7886cf922a78672dced9e2ed6d2a4a00dc6d9;hpb=408ed62925d643c163f0e9fc7b3fd41cce65fbea;p=sbcl.git diff --git a/tests/interface.impure.lisp b/tests/interface.impure.lisp index 33f7886..ac4776a 100644 --- a/tests/interface.impure.lisp +++ b/tests/interface.impure.lisp @@ -264,13 +264,5 @@ (assert (equal "foo" (documentation 'bug-643958-test 'function))) (setf (documentation 'bug-643958-test 'function) "bar") (assert (equal "bar" (documentation 'bug-643958-test 'function)))) - -(with-test (:name :bug-881445 - :skipped-on '(not :x86-64)) - (let ((x (make-array (1- (expt 2 32)) :element-type '(unsigned-byte 8)))) - (assert (> (sb-kernel:dynamic-usage) (length x))) - ;; prevent compiler from getting too smart... - (eval x) - t)) ;;;; success