<br><br><div class="gmail_quote">On Wed, Nov 3, 2010 at 11:24 AM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, 3 Nov 2010, Eliot Miranda wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Nov 3, 2010 at 6:43 AM, Levente Uzonyi &lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, 3 Nov 2010, Hannes Hirzel wrote:<br>
<br>
 Hello,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Any ideas how to fix the cause for the following test to fail<br>
<br>
</blockquote>
<br>
Add the fix from SqueakVM to CogVM.<br>
<br>
</blockquote>
<br>
done.  will try and build a new vm soon.<br>
</blockquote>
<br></div>
There&#39;s another change about large allocations which also has a failing test in the image with Cog. Andreas fixed IIRC between January and April this year, though I can&#39;t find the commit message.<br></blockquote>
<div><br></div><div>Well I&#39;m not happy with the fix since the new code is overly complex (and hence slow).  I still need to write a fix I&#39;m happy with here.</div><div><br></div><div>cheers</div><div>Eliot</div><div>
<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888">
<br>
<br>
Levente</font><div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Levente<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
--Hannes<br>
<br>
==============================================================<br>
<br>
testPositionPastEndIsAtEnd<br>
       &quot;Tests that a file positioned after its end responds true to<br>
#atEnd&quot;<br>
<br>
       | filename file |<br>
       filename := &#39;filestream.tst&#39;.<br>
       file := StandardFileStream forceNewFileNamed: filename.<br>
       [<br>
               file position: 1000.<br>
               self assert: file atEnd.<br>
       ] ensure:[<br>
               file close.<br>
               FileDirectory default deleteFileNamed: filename<br>
ifAbsent:[].<br>
       ].<br>
<br>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br>