So running it on my ubuntu 12.10 linux vm resulted in 10 failures.<br><br>The additional failures appeared to be Sockets.<br><br>DependencyBrowserTest&gt;&gt;#testClassList<br>LargeNegativeIntegerTest&gt;&gt;#testMinimumNegativeIntegerArithmetic<br>
LocaleTest&gt;&gt;#testLocaleChanged<br>ReleaseTest&gt;&gt;#testNoObsoleteClasses<br>SocketTest&gt;&gt;#testLocalAddress<br>SocketTest&gt;&gt;#testPeerName<br>SocketTest&gt;&gt;#testRemoteAddress<br>SocketTest&gt;&gt;#testSendTimeout<br>
TimeStampTest&gt;&gt;#testFromSeconds<br>TimeStampTest&gt;&gt;#testReadFromA1<br><br>I&#39;ll run these tests on each system sometime again tomorrow.<br>Thanks,<br>Jeff<br><br><div class="gmail_quote">On Fri, Oct 26, 2012 at 6:21 PM, Jeff Gonis <span dir="ltr">&lt;<a href="mailto:jeff.gonis@gmail.com" target="_blank">jeff.gonis@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know that this is quite late, but better late than never.  Running the latest from Frank&#39;s squeak-ci repo I get 8 errors:<br>

<br>KernelTests: 3 errors 0 failures.<br>NetworkTests: 2 errors 0 failures.<br>Tests: 2 errors 0 failures.<br>
ToolsTests: 1 errors 0 failures.<br><br>DependencyBrowserTest&gt;&gt;#testClassList<br>LargeNegativeIntegerTest&gt;&gt;#testMinimumNegativeArithmetic<br>LocaleTest&gt;&gt;#testLocaleChanged<br>ReleaseTest&gt;&gt;#testNoObsoleteClasses<br>


SocketTest&gt;&gt;#testSocketReuse<br>SocketTest&gt;&gt;#testUDP<br>TimeStampTest&gt;&gt;#testFromSeconds<br>TimeStampTest&gt;&gt;#testReadFromA1<br><br>I&#39;ll run it on my linux vm momentarily and report the results.  <br>


<br>Thanks for all the great work Frank!<span><font color="#888888"><br>Jeff</font></span><div><div><br><br><br><div class="gmail_quote">On Wed, Oct 24, 2012 at 11:35 AM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On 22 October 2012 20:21, Frank Shearar &lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt; wrote:<br>



&gt; We&#39;re down to 6 failing unit tests on the Linux platform, one of which<br>
&gt; is an expected failure and another of which is a known network issue<br>
&gt; for the Linux platform.<br>
&gt;<br>
&gt; Would my kind Windows and OSX build volunteers please run builds<br>
&gt; against the latest trunk image?<br>
&gt; (<a href="http://173.246.101.237:8080/job/SqueakTrunk/lastCompletedBuild/artifact/" target="_blank">http://173.246.101.237:8080/job/SqueakTrunk/lastCompletedBuild/artifact/</a>)<br>
&gt;<br>
&gt; Note the new URL: that&#39;s thanks to Chris Cunnington, who has kindly<br>
&gt; moved Jenkins to its new home. That will no doubt shortly become the<br>
&gt; new <a href="http://squeakci.org" target="_blank">squeakci.org</a>.<br>
&gt;<br>
&gt; Windows users note please that you&#39;ll need to grant permission for the<br>
&gt; build executables etc to act as servers and to make connections: you<br>
&gt; can do this through the Windows Firewall configuration screens. (I&#39;d<br>
&gt; give more detailed instructions, but my Windows machines are far away<br>
&gt; right now.)<br>
&gt;<br>
&gt; (Dale, this shouldn&#39;t affect you much, in the sense that you won&#39;t<br>
&gt; need any changes to builderCI or whatever once the DNS changes have<br>
&gt; been made. So if they _do_ affect you, they shouldn&#39;t affect you for<br>
&gt; very long.)<br>
&gt;<br>
&gt; It&#39;s about time I started with the more admin-y side of the release,<br>
&gt; making a Changelog and such. I&#39;ll make a start on this soon,<br>
&gt; docs/progress to be on <a href="http://wiki.squeak.org/squeak/6188" target="_blank">http://wiki.squeak.org/squeak/6188</a><br>
&gt;<br>
&gt; frank<br>
<br>
</div></div>The latest builds have a few new failures:<br>
<br>
* Tests.Compiler.DecompilerTests.testDecompilerInClassesLAtoLM [1]<br>
* TraitsTests.Kernel.ClassTraitTest.testConflictsAliasesAndExclusions [2]<br>
<br>
which is kind&#39;ve surprising.<br>
<br>
frank<br>
<br>
[1] Error Message<br>
<br>
subscript is out of bounds: 1<br>
Stacktrace<br>
<br>
Array(Object)&gt;&gt;error:<br>
Array(Object)&gt;&gt;errorSubscriptBounds:<br>
Array(Object)&gt;&gt;at:<br>
Decompiler&gt;&gt;pushTemporaryVariable:<br>
Decompiler(InstructionStream)&gt;&gt;interpretNextInstructionFor:<br>
Decompiler&gt;&gt;interpretNextInstructionFor:<br>
Decompiler&gt;&gt;statementsTo:<br>
Decompiler&gt;&gt;blockTo:<br>
Decompiler&gt;&gt;doClosureCopyCopiedValues:numArgs:blockSize:<br>
Decompiler&gt;&gt;pushClosureCopyNumCopiedValues:numArgs:blockSize:<br>
Decompiler(InstructionStream)&gt;&gt;interpretExtension:in:for:<br>
Decompiler(InstructionStream)&gt;&gt;interpretNextInstructionFor:<br>
Decompiler&gt;&gt;interpretNextInstructionFor:<br>
Decompiler&gt;&gt;statementsTo:<br>
Decompiler&gt;&gt;blockTo:<br>
Decompiler&gt;&gt;decompile:in:method:using:<br>
Decompiler&gt;&gt;decompile:in:method:<br>
DecompilerTests&gt;&gt;checkDecompileMethod:<br>
[] in [] in [] in DecompilerTests&gt;&gt;decompileClassesSelect:<br>
MethodDictionary&gt;&gt;keysAndValuesDo:<br>
LargeNegativeIntegerTest class(Behavior)&gt;&gt;selectorsAndMethodsDo:<br>
[] in [] in DecompilerTests&gt;&gt;decompileClassesSelect:<br>
Array(SequenceableCollection)&gt;&gt;do:<br>
[] in DecompilerTests&gt;&gt;decompileClassesSelect:<br>
BlockClosure&gt;&gt;on:do:<br>
CurrentReadOnlySourceFiles class&gt;&gt;cacheDuring:<br>
DecompilerTests&gt;&gt;decompileClassesSelect:<br>
DecompilerTests&gt;&gt;testDecompilerInClassesLAtoLM<br>
DecompilerTests(TestCase)&gt;&gt;performTest<br>
<br>
<br>
[2] Stacktrace<br>
<br>
Parser&gt;&gt;notify:at:<br>
Parser&gt;&gt;expected:<br>
Parser&gt;&gt;pattern:inContext:<br>
Parser&gt;&gt;method:context:<br>
[] in Parser&gt;&gt;parse:class:category:noPattern:context:notifying:ifFail:<br>
BlockClosure&gt;&gt;on:do:<br>
Parser&gt;&gt;parse:class:category:noPattern:context:notifying:ifFail:<br>
Compiler&gt;&gt;translate:noPattern:ifFail:<br>
Compiler&gt;&gt;compile:in:classified:notifying:ifFail:<br>
Metaclass(ClassDescription)&gt;&gt;traitAddSelector:withMethod:<br>
[] in Metaclass(ClassDescription)&gt;&gt;installTraitMethodDict:<br>
[] in Dictionary&gt;&gt;keysAndValuesDo:<br>
Dictionary&gt;&gt;associationsDo:<br>
Dictionary&gt;&gt;keysAndValuesDo:<br>
Metaclass(ClassDescription)&gt;&gt;installTraitMethodDict:<br>
Metaclass(ClassDescription)&gt;&gt;installTraitsFrom:<br>
Metaclass(ClassDescription)&gt;&gt;updateTraits<br>
Metaclass(ClassDescription)&gt;&gt;classify:under:from:trait:<br>
[] in ClassTrait(TraitDescription)&gt;&gt;notifyOfRecategorizedSelector:from:to:<br>
Array(SequenceableCollection)&gt;&gt;do:<br>
ClassTrait(TraitDescription)&gt;&gt;notifyOfRecategorizedSelector:from:to:<br>
TraitOrganizer(ClassOrganizer)&gt;&gt;notifyOfChangedSelector:from:to:<br>
TraitOrganizer(ClassOrganizer)&gt;&gt;classify:under:suppressIfDefault:logged:<br>
TraitOrganizer(ClassOrganizer)&gt;&gt;classify:under:suppressIfDefault:<br>
TraitOrganizer(Categorizer)&gt;&gt;classify:under:<br>
[] in ClassTrait(ClassDescription)&gt;&gt;installTraitMethodDict:<br>
[] in Dictionary&gt;&gt;keysAndValuesDo:<br>
Dictionary&gt;&gt;associationsDo:<br>
Dictionary&gt;&gt;keysAndValuesDo:<br>
ClassTrait(ClassDescription)&gt;&gt;installTraitMethodDict:<br>
ClassTrait(ClassDescription)&gt;&gt;installTraitsFrom:<br>
ClassTrait(TraitDescription)&gt;&gt;installTraitsFrom:<br>
ClassTrait(ClassDescription)&gt;&gt;updateTraits<br>
[] in ClassTrait(TraitDescription)&gt;&gt;addSelectorSilently:withMethod:<br>
Array(SequenceableCollection)&gt;&gt;do:<br>
ClassTrait(TraitDescription)&gt;&gt;addSelectorSilently:withMethod:<br>
ClassTrait(ClassDescription)&gt;&gt;addAndClassifySelector:withMethod:inProtocol:notifying:<br>
ClassTrait(ClassDescription)&gt;&gt;compile:classified:withStamp:notifying:logSource:<br>
ClassTrait(ClassDescription)&gt;&gt;compile:classified:withStamp:notifying:<br>
ClassTrait(ClassDescription)&gt;&gt;compile:classified:notifying:<br>
ClassTrait(ClassDescription)&gt;&gt;compile:classified:<br>
ClassTraitTest&gt;&gt;testConflictsAliasesAndExclusions<br>
ClassTraitTest(TestCase)&gt;&gt;performTest<br>
<br>
</blockquote></div><br>
</div></div></blockquote></div><br>