<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">When doing my tests for Pharo on spur, I’m having some FFI problems:&nbsp;</div><div class=""><br class=""></div><div class=""><div class="">23 run, 19 passes, 0 skipped, 0 expected failures, 3 failures, 1 errors, 0 unexpected passes</div><div class="">Failures:</div><div class="">FFIPluginTests&gt;&gt;#testGenericCharCall</div><div class="">FFIPluginTests&gt;&gt;#testLibraryCharCall</div><div class="">FFIPluginTests&gt;&gt;#testConstructedCharCall</div><div class=""><br class=""></div><div class="">Errors:</div><div class="">FFIPluginTests&gt;&gt;#testLongLongs</div></div><div class=""><br class=""></div><div class="">Basically, first 3 failures is because FFI is answering an integer instead a char, and the last one is a coercion error.&nbsp;</div><div class=""><br class=""></div><div class="">I suppose the “char” ones is because FFI is not taking into account that Character is now immediate (I might be wrong, I didn’t check).&nbsp;</div><div class="">I do not understand why the second one can fail…&nbsp;</div><div class=""><br class=""></div><div class="">Anyway… can anyone confirm if you have same errors?</div><div class="">(I’m using latest FFI package versions from&nbsp;<a href="http://source.squeakfoundation.org/FFI" class="">http://source.squeakfoundation.org/FFI</a>)</div><div class=""><br class=""></div><div class="">thanks,</div><div class="">Esteban</div></body></html>