The Trunk: KernelTests-mt.483.mcz

[email protected] Mon, 27 Jul 2026 14:04:26 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-mt.483.mcz

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

Name: KernelTests-mt.483
Author: mt
Time: 27 July 2026, 4:04:26.228648 pm
UUID: 222f9598-1023-bf4a-89c4-c3cc43529bba
Ancestors: KernelTests-ct.482

Fix invalid message category.

=============== Diff against KernelTests-ct.482 ===============

Item was changed:
+ ----- Method: ContextTest>>expectedFailures (in category 'failures') -----
- ----- Method: ContextTest>>expectedFailures (in category 'nil') -----
  expectedFailures
  
  	^ {
  		#testPrimitive118 "tryPrimitive with recursive primitive 118 and incorrect number of arguments to nested primitive imbalances stack
  			e.g:
  			thisContext receiver: #isNil tryPrimitive: 118 withArgs: #(62 (1))
  			See: https://lists.squeakfoundation.org/archives/list/[email protected]/thread/TB4BNHKJJ6OFESTX5HK3KY55DHGPARC3/"
  	}!

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