<br>I am trying to run cffi-tests.asd on ECL (9.6.2 with fixes, Fedora 11 Linux, i386)<br>and it ends up in the debugger stating:<br><br>There is no package with the name RTEST.<br><br>In fact it complains about this line found in strings.lisp on line 86:<br>
<br>(pushnew 'string.encoding.utf-16.basic rtest::*expected-failures*)<br><br>Should I understand that RTEST is meant to be a nickname of the<br>package loaded by (require 'rt)?  BTW, that package has name SB-RT<br>
on ECL (and SBCL also I think) and has nicknames RT and<br>REGRESSION-TEST only.<br><br>Cheers,<br><br>Jean-Claude Beaudoin<br><br>