[Pharo-project] [update] 10472

2009-10-17 Thread Adrian Lienhard
Issue 1310: Make all tests green (not complete yet) - Remove class MethodHighlightingTests - ParseNode removeSelector: #addCommentToMorph: - Fix SelfEvaluatingObjectTest>>testArray ({1 + 0 . 1 @ 2 . 3}' prints '{1. 1...@2. 3}) - Remove method CompiledMethod>>primitiveNode as it is not used an

Re: [Pharo-project] [update] 10472

2010-03-19 Thread Stéphane Ducasse
remove it! Stef On Mar 19, 2010, at 8:02 PM, Mariano Martinez Peck wrote: > > > - Make BlockContextTest>>testTrace run by commenting out broken part > of code simulation > > > Adrian: In 10515 this test sometime fails, but then running it again, it > works :( > > > ___ >

Re: [Pharo-project] [update] 10472

2010-03-19 Thread John M McIntosh
Careful, does anyone understand why it works, then why it fails. Is it because the environment changes? Or some subtle issue in blocks? Removing it because it fails doesn't seem like a useful criteria if it's attempted to give us a clue? On 2010-03-19, at 12:41 PM, Stéphane Ducasse wrote: > r

Re: [Pharo-project] [update] 10472

2010-03-19 Thread Mariano Martinez Peck
- Make BlockContextTest>>testTrace run by commenting out broken part > of code simulation > > Adrian: In 10515 this test sometime fails, but then running it again, it works :( > ___ > http://www.adrian-lienhard.ch/ > > > ___ > Pharo-pro

Re: [Pharo-project] [update] 10472

2010-03-19 Thread Eliot Miranda
John is right. This is an important test. In my work image it works fine. That it fails in Pharo is indicative of some problem with the execution simulation machinery and closures. You're missing some changes. BTW, in my image the class is BlockTest (see attached) 2010/3/19 John M McIntosh >

Re: [Pharo-project] [update] 10472

2010-03-20 Thread Stéphane Ducasse
Ok thanks but so far this is more than three months that we are in RC and nothing special happened. so this is not a show stopper bug? No? Then when I run it multiple times it is always green. Mariano What do you get when the test is red? in 1.1 this is renamed BlockClosureTest and they are al

Re: [Pharo-project] [update] 10472

2009-10-17 Thread Michael Roberts
Hi Adrian is method highlighting test broken or bogus? Was there a reason to not mark it expected failure? Thanks mike On Saturday, October 17, 2009, Adrian Lienhard wrote: > Issue 1310:     Make all tests green (not complete yet) > - Remove class MethodHighlightingTests > - ParseNode removeSele

Re: [Pharo-project] [update] 10472

2009-10-17 Thread Adrian Lienhard
Hi Mike Thanks for asking. I removed it because I had the impression it depends on the class XMLWriter that is not in the image. Looking at it again, I see that this is just example code to run the test on. If I change XMLWriter to Object the test run green. I will add it again. Issue 1317:

Re: [Pharo-project] [update] 10472

2009-10-17 Thread Michael Roberts
cool Mike On Sat, Oct 17, 2009 at 11:08 AM, Adrian Lienhard wrote: > Hi Mike > > Thanks for asking. I removed it because I had the impression it > depends on the class XMLWriter that is not in the image. Looking at it > again, I see that this is just example code to run the test on. If I > change