The Inbox: SUnit-ct.152.mcz

[email protected] Mon, 6 Jul 2026 20:55:03 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of SUnit to project The Inbox:
http://source.squeak.org/inbox/SUnit-ct.152.mcz

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

Name: SUnit-ct.152
Author: ct
Time: 6 July 2026, 10:55:03.352733 pm
UUID: 56e6325b-89ab-49f9-9b14-0eab34ff5fca
Ancestors: SUnit-mt.151

Fixes never-reset unexpected passes when rerunning failuers in a test runner.
Closes https://github.com/squeak-smalltalk/squeak-object-memory/issues/69.

=============== Diff against SUnit-mt.151 ===============

Item was changed:
  ----- Method: TestResult>>resetFailures (in category 'initialization') -----
  resetFailures
  	"clear the failures list ready to re-run those tests"
  
  	failures := Set new.
+ 	timeouts := Set new.
+ 	passed removeAll: self unexpectedPasses.!
- 	timeouts := Set new!

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