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

Mark the same test-force test as failing on clisp

parent 52681d64
No related branches found
No related tags found
No related merge requests found
...@@ -70,9 +70,10 @@ ...@@ -70,9 +70,10 @@
(DBG "Check that load-system will reload") (DBG "Check that load-system will reload")
(load-system 'test-asdf/force1) (load-system 'test-asdf/force1)
(with-expected-failure (#+(or clasp ecl mkcl) t) ;; Why does that fail on these??? Investigate! (with-expected-failure (#+(or clasp clisp ecl mkcl) t)
(assert-equal (get-file-stamp file1) date2) ;; Why does that fail on these??? Investigate!
(assert-equal test-package::*file1* t)) (assert-equal (get-file-stamp file1) date2)
(assert-equal test-package::*file1* t))
;; forced, it should be later ;; forced, it should be later
(DBG "Check that force reloading loads again") (DBG "Check that force reloading loads again")
......
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