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