[squeak-dev] 5.2 alpha test results: VM 201807260206 & trunk image - Windows 7 32-bit

Tim Johnson digit at sonic.net
Sat Jul 28 20:27:38 UTC 2018


Hi,

I downloaded an ran the All-in-one and wanted to put it through its 
paces on Windows 7 32-bit.  (I recognize 32-bit is a dying breed, but 
nonetheless...)

Test steps:

* ran squeak.bat
* skipped configuration
* ran update (to #18160)
* ran Installer ensureRecentMetacello
* ran:

Metacello new
     baseline: 'Seaside3';
     repository: 'github://SeasideSt/Seaside:master/repository';
     load

Please note: my notes below are from my initial run and have not been 
verified by duplicating my initial run.

results:

* initial fetches of BaselineOf* via Metacello all seem to initially 
stall, then retry, then succeed.  My internet connection is pretty fast 
(gigabit fiber).  In Transcript, each shows similar to:

...RETRY->BaselineOfSeaside3
...RETRY->BaselineOfGrease

* the VM opened a Debug Console.  Its text:

LoadLibrary(UUIDPlugin) (998: Invalid access to memory location.

)

LoadLibrary(UUIDPlugin.dll) (998: Invalid access to memory location.

)

UUIDPlugin was mentioned on the mailing list about two years ago, but I 
don't know if this is related.

* Grease throws various Undeclared warnings in the transcript;  I wonder 
if it will need some adjustments for Squeak 5.2, or what. Some examples:

BlockContext>>fixCallbackTemps (home is Undeclared)
BlockContext>>tempVarRefs(method is shadowed)
BlockContext>>tempVarRefs (home is Undeclared)
BlockContext>>tempVarRefs (startpc is Undeclared)


I decided to run some tests.  Results:

* Grease tests all pass, though one prompts for author initials.

* KernelTests:  1 error, 1 unexpected pass.

passed:   FloatTest>>#testTimesTwoPowerGradualUnderflow

failed:  AllocationTest>>#testOutOfMemorySignal

     (failed:  #vmParameterAt:put:   ... primitive 254) ?

* NetworkTests:  all green

* "Tests-*" -- excepting Tests-Bugs, Tests-Release, DecompilerTests*

I interrupted & restarted these tests partway thru in order to deselect 
DecompilerTests.  Hopefully that didn't affect my results, but is worth 
mentioning.

14 failures:

MCWorkingCopyTest>>#testDoubleRepeatedMerge
MCWorkingCopyTest>>#testRedundantMerge
MCWorkingCopyTest>>#testSnapshotAndLoad
PackageDependencyTest>>#testEtoys
PackageDependencyTest>>#testMorphic
PackageDependencyTest>>#testMorphicExtras
PackageDependencyTest>>#testNetwork
PackageDependencyTest>>#testSUnitGUI
PackageDependencyTest>>#testSound
PackageDependencyTest>>#testSystem
PackageDependencyTest>>#testTools
UserInterfaceThemeTest>>#test01ImplementationHooks
UserInterfaceThemeTest>>#test05ClearProperty
UserInterfaceThemeTest>>#test06SetAndClearUnkownProperty

2 errors:

MCWorkingCopyRenameTest>>#testRenamePrefix
MCWorkingCopyRenameTest>>#testRenameSuffix


* SqueakSSLTests -- all green!

* WebClientTests -- two failures:

WebClientServerTest>>#testLogging200
WebClientServerTest>>#testLogging404

* ChronologyTests -- one failure (maybe this is an expected failure)

DateAndTimeLeapTest>>#testAsSeconds


Thanks everybody,
Tim




More information about the Squeak-dev mailing list