[squeak-dev] The Trunk: KernelTests-mt.379.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 27 07:54:44 UTC 2020


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

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

Name: KernelTests-mt.379
Author: mt
Time: 27 April 2020, 9:54:41.95034 am
UUID: fc3b629e-c81d-ee49-afe9-9de723098aff
Ancestors: KernelTests-nice.378

Removes a dependency from KernelTests to Tools package.

=============== Diff against KernelTests-nice.378 ===============

Item was changed:
  ----- Method: ClassTest>>testChangeClassOf (in category 'tests') -----
  testChangeClassOf
  	"Exercise primitiveChangeClass (primitive 115) for a common use case. This should pass
  	for any Squeak image format (but failed for image format 68002 prior to VM fix)"
  
+ 	self shouldnt: [Exception new primitiveChangeClassTo: Error new] raise: Error!
- 	self shouldnt: [Inspector new primitiveChangeClassTo: CompiledMethodInspector new] raise: Error!



More information about the Squeak-dev mailing list