On Sun, Aug 5, 2012 at 10:00 AM, Stelian Ionescu sionescu@cddr.org wrote:
Thanks, patch committed. Do all tests pass on MKCL ?
After installing FiveAM I did the following in the MKCL repl:
jean-claude@mars> mkcl
(aload :bordeaux-threads-test)
;;; Loading "/home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/bordeaux-threads-test.asd" ;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/fiveam.asd" ;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/alexandria.asd" ;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/bordeaux-threads.asd" ;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/alexandria.fasb" ;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/fiveam.fasb" ;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/bordeaux-threads.fasb" ;;; Compiling /home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/test/bordeaux-threads-test.lisp. ;;; Finished compiling /home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/test/bordeaux-threads-test.lisp. ;;; Loading "/home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/test/bordeaux-threads-test.fas" ;;; Warning: Redefining BORDEAUX-THREADS-TEST::USING-LOCK in deflookup-table named IT.BESE.FIVEAM::FIXTURE T
I don't understand the warning so I just ignored it. Then I did:
(IT.BESE.FIVEAM:RUN!)
.............................................................................................................................................................................................................. Did 206 checks. Pass: 206 (100%) Skip: 0 ( 0%) Fail: 0 ( 0%)
NIL
Is this the proper way to run the test suite?
Cheers,
Jean-Claude Beaudoin