The Trunk: Tests-ul.168.mcz

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

The Trunk: Tests-ul.168.mcz

commits-2
Levente Uzonyi uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ul.168.mcz

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

Name: Tests-ul.168
Author: ul
Time: 16 September 2012, 9:19:07.194 pm
UUID: eb39bed8-b9dc-e345-a476-9c48f620907b
Ancestors: Tests-ul.167

Removed #expectedFailures from MirrorPrimitiveTests because the new interpreter VM for Windows supports them.

=============== Diff against Tests-ul.167 ===============

Item was removed:
- ----- Method: MirrorPrimitiveTests>>expectedFailures (in category 'testing') -----
- expectedFailures
-
- ^Smalltalk isRunningCog
- ifTrue: [#()]
- ifFalse: [#(testMirrorAt testMirrorEqEq testMirrorInstVarAt testMirrorPerform testMirrorSize)]!