[Pkg] The Trunk: KernelTests-dtl.277.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 25 02:12:23 UTC 2014


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

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

Name: KernelTests-dtl.277
Author: dtl
Time: 24 September 2014, 10:11:59.751 pm
UUID: 3b86f08e-5ce4-45c3-ad43-c0b73d5d3b85
Ancestors: KernelTests-dtl.276

CompiledMethodTest>>testPerformCanExecutelongMethodWithTemps passes on all Cog and interpreter VMs, so remove it from expectedFailures

=============== Diff against KernelTests-dtl.276 ===============

Item was changed:
  ----- Method: CompiledMethodTest>>expectedFailures (in category 'testing') -----
  expectedFailures
  
  	Smalltalk isRunningCog ifTrue: [ ^super expectedFailures ].
  	^#(
+ 		"Not supported by the interpreter VM. See method comments for details"
- 		"The following two are not supported by the interpreter VM. See their comments for details"
- 		testPerformCanExecutelongMethodWithTemps
  		testPerformInSuperclassCanExecutelongMethodWithTemps
  	)!



More information about the Packages mailing list