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
b8969954
Commit
b8969954
authored
Jul 05, 2015
by
Francois-Rene Rideau
Browse files
tools: fix test-upgrade for allegro variants, and fix check-all-results
parent
6b67ae93
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/test-all.lisp
View file @
b8969954
...
...
@@ -65,7 +65,7 @@
(
run/lines
`
(
grep
"-L"
"All tests apparently successful."
,@
(
mapcar
(
lambda
(
l
)
(
format
nil
"build/results/~(~A~)-test.text"
l
))
*tes
t-lisps
*
))
:on-error
nil
)))
(
ge
t-lisps
)
))
:on-error
nil
)))
(
failure-if
bad-lisps
"Unexpected test failures on these implementations:~%~{~A~%~}"
bad-lisps
))))
...
...
@@ -76,7 +76,7 @@
(
run/lines
`
(
grep
"-L"
"Upgrade test succeeded for "
,@
(
mapcar
(
lambda
(
l
)
(
format
nil
"build/results/~(~A~)-upgrade.text"
l
))
*
upgrade-
test-
lisps
*
))
:on-error
nil
)))
(
get-
upgrade-lisps
)
))
:on-error
nil
)))
(
failure-if
bad-lisps
"Unexpected upgrade failures on these implementations:~%~{~A~%~}~%"
bad-lisps
))))
...
...
tools/test-upgrade.lisp
View file @
b8969954
...
...
@@ -41,8 +41,8 @@
;; The original ASDF 1 series
"1.369"
;; (2009-10-27) the last release by Gary King
"1.
85
"
;; (200
4
-05-1
6
) the last release b
y Daniel Barlow (not 1.37, which is the README revision!)
"1.
97
"
))
;; (200
6
-05-1
4
) the last release b
efore Gary King takes over
"1.
97
"
;; (200
6
-05-1
4
) the last release b
efore Gary King takes over
"1.
85
"
))
;; (200
4
-05-1
6
) the last release b
y Daniel Barlow (not 1.37, which is the README revision!)
(
defun
get-upgrade-tags
(
&optional
(
x
*upgrade-test-tags*
))
(
cond
...
...
@@ -137,7 +137,11 @@ Use at a given tag, put it under build/asdf-${tag}.lisp"
((
:xcl
)
(
version<=
"2.15"
tag
))
;; all clear on these implementations
((
:allegro
:sbcl
:scl
)
t
))))
((
:allegro
:allegromodern
:allegro8
:allegromodern8
:allegro_64
:allegromodern_64
:allegro8_64
:allegromodern8_64
:allegro_s
:allegromodern_s
:allegro8_s
:allegromodern8_s
:allegro_64_s
:allegromodern_64_s
:allegro8_64_s
:allegromodern8_64_s
:sbcl
:scl
)
t
))))
(
deftestcmd
test-upgrade
(
lisp
upgrade-tags
upgrade-methods
)
"run upgrade tests
...
...
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