[squeak-dev] The Trunk: KernelTests-dtl.279.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 24 12:50:56 UTC 2014


David T. Lewis uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-dtl.279.mcz

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

Name: KernelTests-dtl.279
Author: dtl
Time: 24 October 2014, 8:50:13.619 am
UUID: 970b63ad-d734-48f2-843e-a225a05df399
Ancestors: KernelTests-ul.278

Add test to document a VM bug (fixed) exposed when running 68002 image format.

=============== Diff against KernelTests-ul.278 ===============

Item was added:
+ ----- Method: ClassTest>>testChangeClassOf (in category 'testing') -----
+ 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: [Inspector new primitiveChangeClassTo: CompiledMethodInspector new] raise: Error!



More information about the Squeak-dev mailing list