cl-cont test DOCUMENTATION-SYMBOL-LOOKUP fails on CLISP

9 views
Skip to first unread message

Anton Vodonosov

unread,
Dec 28, 2011, 4:34:36 PM12/28/11
to weblocks
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
Reply all
Reply to author
Forward
0 new messages