[squeak-dev] Re: The Trunk: KernelTests-dtl.235.mcz

David T. Lewis lewis at mail.msen.com
Thu Nov 15 13:02:38 UTC 2012


Thanks Glen,

This suggests we may have something missing in the VM support.

I am not sure now if the changes that I made to testSocketReuse should
have been applied or not. My own computer (an out of date Linux system)
fails on the "udp1 setOption: 'SO_REUSEPORT' value: 1" call, and the
added assertions show this. However, I see that when the test ran on
our Jenkins server under a newer Linux, the test is now failing:

  http://squeakci.org/job/SqueakTrunkOnInterpreter/lastCompletedBuild/testReport/NetworkTests.Kernel/SocketTest/testSocketReuse/

So I must have made a mistake in my update. I do not have a system to
test that on, and I will be away from Squeak for a day or two, so I
will back the change out of trunk for now.

Dave


On Wed, Nov 07, 2012 at 08:37:55AM -0800, glenpaling wrote:
> The problem is UDP send doesn't work. I tried the Interpreter version in the
> Squeak 4.3 All-In-One, Pharo 1.4 All-In-One behave the same. The good news
> is I tried an OpenQwaq 1.0.01 based version of Krestianstvo (2.0.5a). It
> works! I dragged-and-dropped the 12070 TrunkImage onto Krestianstvo and
> successfully ran the networks tests. I thought it might be useful to run all
> the tests with this VM. Here's the results:
> 
> 
> Test Runner
> 
> 3264 run, 3242 passes, 18 expected failures, 4 failures, 0 errors, 0
> unexpected passes
> AllocationTest>>#testOneGigAllocation
> FileStreamTest>>#testPositionPastEndIsAtEnd
> LargeNegativeIntegerTest>>#testMinimumNegativeIntegerArithmetic
> LocaleTest>>#testLocaleChanged
> 
> Image
> -----
> /Users/eglenpaling/Documents/Smalltalk/Squeak 4.4 Testing/target
> Cog/TrunkImage.image
> Squeak4.3
> latest update: #12270
> Current Change Set: Unnamed1
> 
> Virtual Machine
> ---------------
> /Users/eglenpaling/Documents/Smalltalk/Build/All in
> ones/Krestianstvo2.0.5a.app/Contents/MacOS/OpenQwaq
> Croquet Closure Cog VM [CoInterpreter VMMaker-eem.727] OpenQwaq 1.0.01
> Mac OS X built on Nov  5 2010 12:09:46 Compiler: Intel(R) C++ gcc 4.2 mode
> CoInterpreter VMMaker-eem.727 uuid: ddd40ec5-cf16-45d0-876f-d465abbddd04 Feb
> 23 2011
> StackToRegisterMappingCogit VMMaker-eem.727 uuid:
> ddd40ec5-cf16-45d0-876f-d465abbddd04 Feb 23 2011
> 
> Loaded VM Modules
> -----------------
> B2DPlugin VMMaker-eem.666 (i)
> BMPReadWriterPlugin VMMaker-eem.524 (i)
> BitBltPlugin VMMaker-eem.666 (i)
> DSAPrims VMMaker-eem.666 (i)
> DropPlugin VMMaker-eem.524 (i)
> FilePlugin VMMaker-eem.715 (i)
> FloatArrayPlugin VMMaker-ar.556 (e)
> InternetConfigPlugin VMMaker-eem.666 (i)
> LargeIntegers v1.5 VMMaker-eem.666 (i)
> Matrix2x3Plugin VMMaker-eem.629 (i)
> MiscPrimitivePlugin VMMaker-eem.584 (i)
> SecurityPlugin VMMaker-eem.524 (i)
> SocketPlugin VMMaker-eem.666 (i)
> SoundGenerationPlugin VMMaker-eem.715 (i)
> SoundPlugin VMMaker-eem.666 (i)
> UUIDPlugin VMMaker-eem.715 (i)
> ZipPlugin VMMaker-eem.666 (i)
> 
> 
> 
> 
> 
> 
> --
> View this message in context: http://forum.world.st/The-Trunk-KernelTests-dtl-235-mcz-tp4653931p4654323.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list