[slime-devel] Test Error

Hello Helmut: When I run the test, ./test.sh -S emacs sbcl I get one unexpected failure. The following snippet was copied from the test output in the terminal window. -------------------------------------------------------------------------------------------------------- ** input: (swank::compile-file ((swank::compile-file swank::compile-file-for-emacs swank::compile-file-if-needed swank::compile-file-output swank::compile-file-pathname) swank::compile-file)) FAILED: Completion set: expected: [(("swank::compile-file" "swank::compile-file-for-emacs" "swank::compile-file-if-needed" "swank::compile-file-output" "swank::compile-file-pathname") "swank::compile-file")] actual: [(("swank::compile-file" "swank::compile-file-for-emacs" "swank::compile-file-if-needed" "swank::compile-file-output" "swank::compile-file-pathname" "swank::compile-file-with-compile-file") "swank::compile-file")] ERROR: (error "Check failed: \"Completion set: expected: [((\\\"swank::compile-file\\\" \\\"swank::compile-file-for-emacs\\\" \\\"swank::compile-file-if-needed\\\" \\\"swank::compile-file-output\\\" \\\"swank::compile-file-pathname\\\") \\\"swank::compile-file\\\")] actual: [((\\\"swank::compile-file\\\" \\\"swank::compile-file-for-emacs\\\" \\\"swank::compile-file-if-needed\\\" \\\"swank::compile-file-output\\\" \\\"swank::compile-file-pathname\\\" \\\"swank::compile-file-with-compile-file\\\") \\\"swank::compile-file\\\")]\"") -------------------------------------------------------------------------------------------------------- I'm using SBCL-1.1.3 that I compiled from source using SBCL-1.0.58-linux, but the same error comes up if I run the test against SBCL-1.0.58-linux. I like to compile my own so I have the manual handy rather than waiting for the browser. Paul Bowyer
participants (2)
-
Helmut Eller
-
Paul Bowyer