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 -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
