luismbo / cl-travis

Travis-CI scripts for testing Common Lisp software
MIT License
85 stars 18 forks source link

Allegro CL builds broken #16

Closed luismbo closed 6 years ago

luismbo commented 8 years ago

Tried to upgrade ASDF to 3.1.6 in a31109f but that didn't work. Marked ACL as an expected failure until this is fixed.

$ cl -e '(ql:quickload :cl-travis-test) (pushnew :force-test-failure *features*) (rtest:do-tests) (unless (null (rtest:pending-tests)) (uiop:quit 1))'; [ $? -eq 1 ]
Warning: An error occurred
         (
; Downgraded ASDF from version 3.1.6 to version 3.1.5
)
         during the load "/home/travis/.cim/lib/script.lisp"
The command "cl -e '(ql:quickload :cl-travis-test) (pushnew :force-test-failure *features*) (rtest:do-tests) (unless (null (rtest:pending-tests)) (uiop:quit 1))'; [ $? -eq 1 ]" exited with 1.
luismbo commented 6 years ago

This got fixed at some point, perhaps due to an ASDF upgrade.