The Trunk: KernelTests-ul.234.mcz

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

The Trunk: KernelTests-ul.234.mcz

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


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: KernelTests-ul.234.mcz

Frank Shearar-3
On 16 September 2012 20:59,  <[hidden email]> wrote:

> 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.

The CI results (and so the latest TrunkImage) will be available about
10 minutes from now. I'd paste a link, but I'm off to bed!

frank