Hello.
I am running cl-cont unit tests on different lisps (between other
often used CL libraries).
Results may be found here:
http://common-lisp.net/project/cl-test-grid/pivot_ql-lib_lisp.html
(clicking the ok/fail leads to the test logs with failure details).
From the lisp implementations I've tried so far it fails on CLISP:
Test CL-CONT-TEST::DOCUMENTATION-SYMBOL-LOOKUP failed
Form:
(PROGN (FMAKUNBOUND 'CL-CONT-TEST::DOC-TEST-FUN) (CL-CONT:DEFUN/CC CL-
CONT-TEST::DOC-TEST-FUN NIL "foo" T)
(SETF (DOCUMENTATION 'CL-CONT-TEST::DOC-TEST-FUN 'FUNCTION) "bar")
(EQUAL (DOCUMENTATION 'CL-CONT-TEST::DOC-TEST-FUN 'FUNCTION) "bar"))
Expected value: T
Actual value: NIL.
Best regards,
- Anton