Hi all, I published a new update. It contains the following fixes: http://code.google.com/p/pharo/issues/detail?id=27 http://code.google.com/p/pharo/issues/detail?id=31 (as discussed I used SLICE-squeak7080-NorbertHartl.2 not .3) http://code.google.com/p/pharo/issues/detail?id=32 (I used SLICE- squeak7081-NorbertHartl.2) http://code.google.com/p/pharo/issues/detail?id=30 I also changed #testUnwindDebuggerWithStep to be an expected failure. Furthermore, during initialization "String initialize" is run, which was forgotten during the last update. Concerning the situation of tests, there is MCPackageTest>>testUnload that fails when run with other tests but not when run in alone. We should fix this. Then there are no unexpected failures left. Cheers, Adrian ___________________ Adrian Lienhard http://www.adrian-lienhard.ch/
Great! Thanks for the update. All tests ran as expected (4 expected failures). I'll see if I can do some more in the next couple of days. Norbert On Wed, 2008-07-16 at 11:46 +0200, Adrian Lienhard wrote:
Hi all,
I published a new update.
It contains the following fixes:
http://code.google.com/p/pharo/issues/detail?id=27 http://code.google.com/p/pharo/issues/detail?id=31 (as discussed I used SLICE-squeak7080-NorbertHartl.2 not .3) http://code.google.com/p/pharo/issues/detail?id=32 (I used SLICE- squeak7081-NorbertHartl.2) http://code.google.com/p/pharo/issues/detail?id=30
I also changed #testUnwindDebuggerWithStep to be an expected failure. Furthermore, during initialization "String initialize" is run, which was forgotten during the last update.
Concerning the situation of tests, there is MCPackageTest>>testUnload that fails when run with other tests but not when run in alone. We should fix this. Then there are no unexpected failures left.
Cheers, Adrian
___________________ Adrian Lienhard http://www.adrian-lienhard.ch/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Adrian Lienhard -
Norbert Hartl