<br><div class="gmail_quote">On Sun, Aug 5, 2012 at 10:00 AM, Stelian Ionescu <span dir="ltr"><<a href="mailto:sionescu@cddr.org" target="_blank">sionescu@cddr.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">
<br>
</div></div>Thanks, patch committed. Do all tests pass on MKCL ?<br>
<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote><div><br>After installing FiveAM I did the following in the MKCL repl:<br><br><span style="font-family:courier new,monospace">jean-claude@mars> mkcl</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">> (aload :bordeaux-threads-test)</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/bordeaux-threads-test.asd"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/fiveam.asd"</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/alexandria.asd"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/bordeaux-threads.asd"</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/alexandria.fasb"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/fiveam.fasb"</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/mkcl-1.1.0/lib/mkcl-1.1.0/contrib/bordeaux-threads.fasb"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">;;; Compiling /home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/test/bordeaux-threads-test.lisp.</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">;;; Finished compiling /home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/test/bordeaux-threads-test.lisp.</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">;;; Loading "/home/jean-claude/CL/MKCL/dev/mkcl/contrib/bordeaux-threads-0.8.2/test/bordeaux-threads-test.fas"</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">;;; Warning: Redefining BORDEAUX-THREADS-TEST::USING-LOCK in deflookup-table named IT.BESE.FIVEAM::FIXTURE</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">T</span><br>
 <br>I don't understand the warning so I just ignored it. Then I did:<br><br><span style="font-family:courier new,monospace">> (IT.BESE.FIVEAM:RUN!)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">..............................................................................................................................................................................................................</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace"> Did 206 checks.</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    Pass: 206 (100%)</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    Skip: 0 ( 0%)</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    Fail: 0 ( 0%)</span><br style="font-family:courier new,monospace">
<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">NIL</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">> </span><br><br>Is this the proper way to run the test suite?<br>
<br>Cheers,<br><br>Jean-Claude Beaudoin<br><br></div></div>