The Trunk: Tests-ct.519.mcz

[email protected] Wed, 1 Jul 2026 20:54:16 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ct.519.mcz

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

Name: Tests-ct.519
Author: ct
Time: 1 July 2026, 10:54:15.559415 pm
UUID: ad0a5cc0-bba0-4492-9ea3-95952cca794e
Ancestors: Tests-ct.518

Revises expected failures of InstallerSmokeTest (I got mistaken by running them multiple times) and hardens execution for CI.

=============== Diff against Tests-ct.518 ===============

Item was changed:
  ----- Method: InstallerSmokeTest>>expectedFailures (in category 'failures') -----
  expectedFailures
  
  	^ super expectedFailures ,
+ 		#(testsqueaksource "initializer requires authentication"
+ 		 testsqueakRelease "outdated?? DNU from old postscript")!
- 		#(testmathMorphs testmorphicWrappers testsqueaksource) "merge conflicts"!

Item was changed:
  ----- Method: InstallerSmokeTest>>performTest (in category 'private') -----
  performTest
  
  	^ [super performTest]
+ 		on: ProvideAnswerNotification
+ 		do: [:ex | self fail: ex description]
  		on: MCMergeResolutionRequest
  		do: [:ex | self fail: ex description]!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]