Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECL tests fail #3

Open
Ambrevar opened this issue Jul 19, 2022 · 4 comments
Open

ECL tests fail #3

Ambrevar opened this issue Jul 19, 2022 · 4 comments

Comments

@Ambrevar
Copy link

I get this:

;;; Loading #P"/gnu/store/fmj0lw2nmbvwnahgpgv6ndz2ki36i8gw-ecl-21.2.1/lib/ecl-21.2.1/asdf.fas"
;;;
;;; Compiling /gnu/store/57iil9py6lvpi00xzfx5jdl7vlzdqi25-ecl-trivial-custom-debugger-1.0.0-1.a560594/share/common-lisp/ecl/trivial-custom-debugger/test.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /gnu/store/57iil9py6lvpi00xzfx5jdl7vlzdqi25-ecl-trivial-custom-debugger-1.0.0-1.a560594/share/common-lisp/ecl/trivial-custom-debugger/test.lisp.
;;;
An error occurred during initialization:
Test 42.

Any idea?

@phoe
Copy link
Owner

phoe commented Jul 19, 2022

Which of these four functions specified in run-tests fail?

(defun run-tests ()
(assert (test-error))
(assert (test-break))
(assert (test-signal))
(assert (test-invoke-debugger))
t)

@Ambrevar
Copy link
Author

It's test-error, the other 3 are fine.

Note that I'm doing this in the context of packaging it for Guix.
Curiously enough, if I load

guix shell --pure ecl cl-trivial-custom-debugger -- ecl

and then run

(asdf:test-system :trivial-custom-debuffer)

it works.

@catap
Copy link

catap commented Aug 8, 2023

I'd like to point that I do have same behaviour with Clisp and ECL on macOS; and SBCL works like a charm :)

@catap
Copy link

catap commented Aug 19, 2023

The same issue had happened on CCL on macOS but it works fine on ABCL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants