Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
6b67ae93
Commit
6b67ae93
authored
Jul 05, 2015
by
Francois-Rene Rideau
Browse files
test-upgrade: minimize testing with GCL.
parent
3bac539d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/test-upgrade.lisp
View file @
6b67ae93
...
...
@@ -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
)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment