Skip to content
Snippets Groups Projects
Commit 0efe021e authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Skip upgrade tests on XCL -- they fail for some unknown reason that also kills its debugger.

If/when XCL ever resurrects, it's time to further maintain its support.
parent c36f9e92
No related branches found
No related tags found
No related merge requests found
...@@ -119,8 +119,8 @@ test-upgrade: ...@@ -119,8 +119,8 @@ test-upgrade:
: Skip, because of various ASDF issues ;; \ : Skip, because of various ASDF issues ;; \
mkcl:1.*|mkcl:2.0[01]*|mkcl:2.2[0-3]:*) \ mkcl:1.*|mkcl:2.0[01]*|mkcl:2.2[0-3]:*) \
: Skip, because MKCL is only supported starting with 2.24 ;; \ : Skip, because MKCL is only supported starting with 2.24 ;; \
xcl:1.*|xcl:2.00*|xcl:2.01[0-4]:*) \ xcl:1.*|xcl:2.00*|xcl:2.01[0-4]:*|xcl:*) \
: XCL support starts with ASDF 2.014.2 ;; \ : XCL support starts with ASDF 2.014.2 - It also hangs badly during upgrade. ;; \
*) (set -x ; \ *) (set -x ; \
case $$x in \ case $$x in \
load-system) l="$$lo (asdf-test::load-asdf-system)" ;; \ load-system) l="$$lo (asdf-test::load-asdf-system)" ;; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment