Skip to content
Snippets Groups Projects
Commit efc14379 authored by Robert Goldman's avatar Robert Goldman
Browse files

Merge branch 'mkcl-skip-test' into 'master'

Skip a test that randomly fails on MKCL

This part of test-force was only added after 3.1.7.16 and marked as an
expected failure on MKCL even before 3.1.7.18.

See merge request !26
parents c070fe97 03ad338a
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,9 @@
(DBG "Check that load-system will reload")
(load-system 'test-asdf/force1)
(with-expected-failure (#+(or clasp clisp (and ecl (not ecl-bytecmp)) mkcl) t)
;; Why does that fail on these??? Investigate!
;; FIXME: It is unclear why this fails (at least on mkcl even randomly)
#-mkcl
(with-expected-failure (#+(or clasp clisp (and ecl (not ecl-bytecmp))) t)
(assert-equal (get-file-stamp file1) date2)
(assert-equal test-package::*file1* t))
......
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