The Trunk: KernelTests-dtl.277.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: KernelTests-dtl.277.mcz

commits-2
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
  )!