X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fclos.impure.lisp;h=0bef77fa961138a5db9da3a5421830edc26600d9;hb=2b90fd1dbad23322258222a2ef4cef7f6a00831d;hp=e5cc14046c91e46398bd169339a95da3e9636a25;hpb=71922347ca66f2a3ad4c55092ccb3ad86a14c754;p=sbcl.git diff --git a/tests/clos.impure.lisp b/tests/clos.impure.lisp index e5cc140..0bef77f 100644 --- a/tests/clos.impure.lisp +++ b/tests/clos.impure.lisp @@ -11,8 +11,6 @@ ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. -(load "assertoid.lisp") - (defpackage "CLOS-IMPURE" (:use "CL" "ASSERTOID" "TEST-UTIL")) (in-package "CLOS-IMPURE") @@ -654,6 +652,7 @@ (assert (= (bug222 t) 1)) ;;; also, a test case to guard against bogus environment hacking: + (eval-when (:compile-toplevel :load-toplevel :execute) (setq bug222-b 3)) ;;; this should at the least compile: @@ -664,8 +663,10 @@ ;;; and it would be nice (though not specified by ANSI) if the answer ;;; were as follows: (let ((x (make-string-output-stream))) - ;; not specified by ANSI - (assert (= (bug222-b t x) 3)) + (let ((value (bug222-b t x))) + ;; not specified by ANSI + #+#.(cl:if (cl:eq sb-ext:*evaluator-mode* :compile) '(and) '(or)) + (assert (= value 3))) ;; specified. (assert (char= (char (get-output-stream-string x) 0) #\1))) @@ -1392,9 +1393,8 @@ (loop until (null x) do (incf result) (setq x (slot-value x 'cdroid))) result)) -(with-test (:name ((:setq :method-parameter) slot-value) :fails-on :sbcl) +(with-test (:name ((:setq :method-parameter) slot-value)) (assert (= (lengthoid (make-instance 'listoid)) 1)) - (error "the failure mode is an infinite loop") (assert (= (lengthoid (make-instance 'listoid :cdroid (make-instance 'listoid :cdroid