[squeak-dev] The Trunk: SqueakSSL-Tests-mt.26.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 10 08:16:20 UTC 2022


Marcel Taeumel uploaded a new version of SqueakSSL-Tests to project The Trunk:
http://source.squeak.org/trunk/SqueakSSL-Tests-mt.26.mcz

==================== Summary ====================

Name: SqueakSSL-Tests-mt.26
Author: mt
Time: 10 June 2022, 10:16:19.906288 am
UUID: 62dedcf4-7665-994b-a170-9a8de3a2315f
Ancestors: SqueakSSL-Tests-eem.25

Update expected failures of SSL tests for 'Mac OS' platform.

=============== Diff against SqueakSSL-Tests-eem.25 ===============

Item was changed:
  ----- Method: SqueakSSLTest>>expectedFailures (in category 'failures') -----
  expectedFailures
  	"If we don't have a cert all the tests fail"
  
  	SqueakSSL platformName = 'Mac OS' ifTrue:[
  		"The following tests all need certificate selection
  		to work properly."
  		^#(
  			testConnectAccept 
  			testEncryptDecrypt 
  			testMultiFrameDecrypt 
  			testSingleByteDecrypt
  			testSplitTlsFrameRead
  			testStreamAccept
  			testStreamConnect
  			testStreamTransfer
+ 			testSSLSockets
+ 			testSocketAccept
+ 			testSocketConnect
  		)
  	] ifFalse:[^#()].!



More information about the Squeak-dev mailing list