[Vm-dev] [squeak-dev] Next Release Candidate?

Bruce O'Neel bruce.oneel at pckswarms.ch
Tue Dec 21 19:18:08 UTC 2021


Hi,

Sorry, late 2012 mac mini.

cheers

bruce

On 2021-12-21T20:14:15.000+01:00, Bruce O'Neel
<bruce.oneel at pckswarms.ch> wrote:

> Hi,
> 
> So I did:
> 
> Download the release artifact from 
> 
> https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/202112201228
> 
> $ tar xf squeak.cog.spur_linux64x64.tar.gz
> 
> $ ./sqcogspur64linuxht/bin/spur64 ./Squeak6.0alpha-20883-64bit
> 
> doit of this:
> 
> Installer ss
>      project: 'Registers';
>      install: 'Registers-Core'.
> Installer ss
>      project: 'Cryptography';
>      addPackage: 'CryptographyHashing';
>      addPackage: 'CryptographyHashingTests';
>      install.
> 
> a printit of this 
> (Smalltalk classNamed: #SHA256WithSHA2PluginTest) run: #testInputs
> 
> returned 
> 
> 1 run in 0:00:00:00.014, 1 passes, 0 expected failures, 0 failures,
> 0 errors, 0 unexpected passes
> 
> which before crashed.
> 
> Then I opened up TestRunner, chose CryptographyHashingTests and ran
> all the selected tests.
> 
> This is on system derived from Ubuntu 20.4
> 
> $ cat /etc/upstream-release/lsb-release
> 
> DISTRIB_ID=Ubuntu
> 
> DISTRIB_RELEASE=20.04
> 
> DISTRIB_CODENAME=focal
> 
> DISTRIB_DESCRIPTION="Ubuntu Focal Fossa"
> 
> running on this
> 
> Architecture:                    x86_64
> 
> CPU op-mode(s):                  32-bit, 64-bit
> 
> Byte Order:                      Little Endian
> 
> Address sizes:                   36 bits physical,
> 48 bits virtual
> 
> CPU(s):                          8
> 
> On-line CPU(s) list:             0-7
> 
> Thread(s) per core:              2
> 
> Core(s) per socket:              4
> 
> Socket(s):                       1
> 
> NUMA node(s):                    1
> 
> Vendor ID:                       GenuineIntel
> 
> CPU family:                      6
> 
> Model:                           58
> 
> Model name:                      Intel(R)
> Core(TM) i7-3615QM CPU @ 2.30GHz
> 
> which happens to be a 2014 or so MacMini.
> 
> cheers
> 
> bruce
> 
> <image.png>
> 
> On 2021-12-21T16:15:31.000+01:00, Levente Uzonyi
> <leves at caesar.elte.hu> wrote:
> 
>>  Hi Bruce,
>>  
>>  You should see 4 expected failures for the test cases which would use the 
>>  
>>  old SHA256Plugin which has been superseded by the SHA2Plugin.
>>  
>>  The former is not shipped with the VM anymore.
>>  
>>  The tests are automatically marked as expected failure if their plugin is 
>>  
>>  not available.
>>  
>>  All the other tests should pass, as they do on my machine using
>>  
>>  squeak.cog.spur_linux64x64.
>>  
>>  What errors do you see?
>>  
>>  Levente
> 
> -------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20211221/ed244ec2/attachment.html>


More information about the Vm-dev mailing list