Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.181.mcz==================== Summary ====================
Name: VMMaker-dtl.181
Author: dtl
Time: 10 June 2010, 7:58:14 am
UUID: d0f2702b-0d2d-4240-abae-429f27e55d7b
Ancestors: VMMaker-dtl.180
Set unit test timeout in BitBltSimulationTest to permit tests to complete in Squeak trunk image. Use #timeout: explicit call to permit these tests to be loaded in an older image without pragma support.
=============== Diff against VMMaker-dtl.180 ===============
Item was added:
+ ----- Method: BitBltSimulationTest>>setUp (in category 'running') -----
+ setUp
+ (self respondsTo: #timeout: )
+ ifTrue: [self perform: #timeout: with: 10]
+ !