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

test-upgrade: minimize testing with GCL.

parent 3bac539d
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,10 @@ Use at a given tag, put it under build/asdf-${tag}.lisp"
;; Skip many ECL tests, for various ASDF issues
((:ecl :ecl_bytecodes) (version<= "2.21" tag))
;; GCL 2.7.0 from late November 2013 is required, with ASDF 3.1.2
((:gcl) (version<= "3.1.2" tag))
;; GCL 2.7.0 from at least late May 2014 is required, with ASDF 3.1.2 or later.
;; But since GCL doesn't ship with ASDF yet anyway, no need to test upgrade
;; against anything but the latest release.
((:gcl) (version<= "3.1.4" tag))
;; LispWorks is fine, but ASDF 3.0.3 has a bug and can't be loaded.
((:lispworks) (not (equal "3.0.3" tag)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment