Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
fc1cb09a
Commit
fc1cb09a
authored
Sep 12, 2016
by
Francois-Rene Rideau
Browse files
Mark the same test-force test as failing on clisp
parent
52681d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-force.script
View file @
fc1cb09a
...
...
@@ -70,9 +70,10 @@
(DBG "Check that load-system will reload")
(load-system 'test-asdf/force1)
(with-expected-failure (#+(or clasp ecl mkcl) t) ;; Why does that fail on these??? Investigate!
(assert-equal (get-file-stamp file1) date2)
(assert-equal test-package::*file1* t))
(with-expected-failure (#+(or clasp clisp ecl mkcl) t)
;; Why does that fail on these??? Investigate!
(assert-equal (get-file-stamp file1) date2)
(assert-equal test-package::*file1* t))
;; forced, it should be later
(DBG "Check that force reloading loads again")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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