Commit 66935939 authored by Robert Goldman's avatar Robert Goldman
Browse files

Mark CURRY.3 test as XFAIL on CMUCL.

For whatever reason, CMUCL is unable to retrieve the value of
COMPILER-MACRO-FUNCTION for CURRY after the DEFINE-COMPILER-MACRO
call. I believe that this is a violation of the spec.

At any rate, to get the tests to pass on CMUCL, I have marked this as
XFAIL on CMUCL.
parent d0e33584
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -543,6 +543,8 @@
      (let ((fun (funcall (compile nil `(lambda () ,curried-form)))))
        (funcall fun 2)))
  4)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (pushnew 'curry.3 rt::*expected-failures*))

(deftest curry.4
    (let* ((x 1)