(moving this thread to pharo-dev) Context: green tests for Pharo 1.1 (currently at RC4). Thanks Mariano, I went through your list of tests. In summary, what needs to be done: - Fixes for Nile - Fix one failing Shout test - Adaptation/fixes of external packages: method wrappers, sound, morphic examples In detail: Needs fixing ----------- SHParserST80Test>>#testNumbers NSMultiByteBinaryOrTextStreamTest>>#testFileOut NSSmartRefStreamTest>>#testGlobal NSMCPseudoFileStreamTest>>#testFileOut NSMCPseudoFileStreamTest>>#testFileOutFileIn NSRWBinaryOrTextStreamTest>>#testFileOut NSRWBinaryOrTextStreamTest>>#testFileOutFileIn ReleaseTest>>#testUndeclared Undeclared classes and variables (these external packages need to be adapted or should not be loaded) --------- WatchMorph references ColorPickerMorph AbstractSound references FillInTheBlank EnvelopeEditorMorph, MidiInputMorph, and ScorePlayerMorph reference PopUpChoiceMorph KeyboardMorphForInput, MidiInputMorph, and ScorePlayerMorph reference SimpleSwitchMorph ArchiveViewer references StandardFileMenu ObjectAsMethodWrapper has undeclared variable named selector and wrappedClass Fixed, see attached cs (we had that already in 1.0 but apparently it was lost for 1.1) ----------- WeakSetInspectorTest>>#testSymbolTableM6812 Workes for me (when running each test alone)(?) ----------- ObjectAsOneTimeMethodWrapperTest>>#testInstallOnClassCategory MCInitializationTest>>#testWorkingCopy WeakRegistryTest>>#testFinalization FileStreamTest>>#testPositionPastEndIsAtEnd AllocationTest>>#testOneGigAllocation Cheers, Adrian On Jul 5, 2010, at 22:06 , Mariano Martinez Peck wrote:
On Mon, Jul 5, 2010 at 8:00 PM, Adrian Lienhard <alienhard@netstyle.ch>wrote:
I updated the download page.
thanks
Cheers, Adrian
BTW, what is the state of the tests? Last time I run them, there were a lot of failures...
much better. I fixed a lot of Nile with your suggestion and further problems/fixes.
My results so far are these:
9764 run, 9697 passes, 53 expected failures, 8 failures, 6 errors, 0 unexpected passes Failures: AllocationTest>>#testOneGigAllocation NSMultiByteBinaryOrTextStreamTest>>#testFileOut SHParserST80Test>>#testNumbers ReleaseTest>>#testUndeclared FileStreamTest>>#testPositionPastEndIsAtEnd WeakRegistryTest>>#testFinalization MCInitializationTest>>#testWorkingCopy ObjectAsOneTimeMethodWrapperTest>>#testInstallOnClassCategory
Errors: WeakSetInspectorTest>>#testSymbolTableM6812 NSSmartRefStreamTest>>#testGlobal NSMCPseudoFileStreamTest>>#testFileOut NSMCPseudoFileStreamTest>>#testFileOutFileIn NSRWBinaryOrTextStreamTest>>#testFileOut NSRWBinaryOrTextStreamTest>>#testFileOutFileIn
___________________ http://www.adrian-lienhard.ch/
On Jul 5, 2010, at 18:26 , Stéphane Ducasse wrote:
Yes
I have just created the image RC4. It is in https://gforge.inria.fr/frs/download.php/27254/Pharo-1.1-11409-rc4dev10.07.2...
Adrian, do you think we should update the link of 1.1 from the website to this one?
Cheers
Mariano