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
asdf
asdf
Commits
806447f3
Commit
806447f3
authored
Sep 12, 2016
by
Francois-Rene Rideau
Browse files
No expected failure in test-force on ecl_bytecodes
parent
aeb4f931
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-force.script
View file @
806447f3
...
...
@@ -70,7 +70,7 @@
(DBG "Check that load-system will reload")
(load-system 'test-asdf/force1)
(with-expected-failure (#+(or clasp clisp
ecl
mkcl) t)
(with-expected-failure (#+(or clasp clisp
(and ecl (not ecl-bytecmp))
mkcl) t)
;; Why does that fail on these??? Investigate!
(assert-equal (get-file-stamp file1) date2)
(assert-equal test-package::*file1* t))
...
...
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