2011/1/31 Alexander Lazarević <laza@blobworks.com>
Failed Tests
------------
AllocationTest>>#testOneGigAllocation

Well, this might be because my machine just has 2GB installed. :)
This fails regardless if I use a stack vm or a cog vm.
What I find strange is, that there is no OutOfMemory raised and array just will be an array of size 0.
array := [Array new: sz] on: OutOfMemory do:[:ex| failed := true].

MorphicUIBugTest>>#testShowAllBinParts
StopwatchTest>>#testActive
Errors
------
LocaleTest>>#testLocaleChanged

All of the above pass if I run each of them as a single test ...

Alex