[Pkg] The Trunk: KernelTests-ul.234.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 16 19:59:42 UTC 2012


Levente Uzonyi uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ul.234.mcz

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

Name: KernelTests-ul.234
Author: ul
Time: 16 September 2012, 9:59:01.665 pm
UUID: 7f4e2626-2932-9c42-b20a-fc5494715f73
Ancestors: KernelTests-ul.233

#testPerformCanExecutelongMethodWithTemps and #testPerformInSuperclassCanExecutelongMethodWithTemps from CompiledMethodTest are expected to fail on the interpreter VMs.

=============== Diff against KernelTests-ul.233 ===============

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



More information about the Packages mailing list