X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Falien.impure.lisp;h=6637dba7fb5f4ef24aad96ce962de66ae7c6dd55;hb=9c9d6dbdc28a8bfe70be09f35263e9ec02411d0e;hp=70ac73b80e23b5781dc5cbe1e89779a381a1464c;hpb=f9663e4a4c35614fcba5812882f9ed812cbcf62d;p=sbcl.git diff --git a/tests/alien.impure.lisp b/tests/alien.impure.lisp index 70ac73b..6637dba 100644 --- a/tests/alien.impure.lisp +++ b/tests/alien.impure.lisp @@ -204,7 +204,7 @@ :ok))))) ;;; Unused local alien caused a compiler error -(with-test (:name unused-local-alien) +(with-test (:name :unused-local-alien) (let ((fun `(lambda () (sb-alien:with-alien ((alien1923 (array (sb-alien:unsigned 8) 72))) (values))))) @@ -250,7 +250,7 @@ #-win32 ;kludge: This reader conditional masks a bug, but allows the test ;to fail cleanly. (sb-alien:define-alien-routine bug-316075 void (result char :out)) -(with-test (:name bug-316075 :fails-on :win32) +(with-test (:name :bug-316075 :fails-on :win32) #+win32 (error "fail") (handler-bind ((warning #'error)) (compile nil '(lambda () (multiple-value-list (bug-316075)))))) @@ -267,7 +267,7 @@ ((foo (unsigned 32))) foo) -(with-test (:name bug-316325 :skipped-on '(not (or :x86-64 :x86))) +(with-test (:name :bug-316325 :skipped-on '(not (or :x86-64 :x86))) ;; This test works by defining a callback function that provides an ;; identity transform over a full-width machine word, then calling ;; it as if it returned a narrower type and checking to see if any @@ -296,7 +296,7 @@ (verify (signed 16) #x003f8042 #x-7fbe) (verify (signed 16) #x003f7042 #x7042))) -(with-test (:name :bug-654485 :fails-on :win32) +(with-test (:name :bug-654485) ;; DEBUG 2 used to prevent let-conversion of the open-coded ALIEN-FUNCALL body, ;; which in turn led the dreaded %SAP-ALIEN note. (handler-case