X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.pure.lisp;h=d822e71cade726b35ba849492fbda86bc8b1a039;hb=44c608efa2e73df1c1ab7e259db405b9060c64a1;hp=c64843282c29337dfd6a94ab60b4761722330bcc;hpb=80358be9e8be2f1ac08e39a9547b798a07266cc9;p=sbcl.git diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index c648432..d822e71 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -2049,8 +2049,7 @@ ;; Reported by James Knight ;; Subject: [Sbcl-devel] AVER: "(EQ (SB-NAME (SC-SB (TN-SC TN))) 'REGISTERS)" ;; Date: Fri, 24 Mar 2006 19:30:00 -0500 -(with-test (:name (:compiler :type-derivation :float-bounds) - :fails-on :x86) +(with-test (:name :logbitp-vop :fails-on :x86) (compile nil '(lambda (days shift) (declare (type fixnum shift days))