Re: [Jruby-devel] Speculate with me [test] - is it just me?

2006-07-13 Thread Charles O Nutter
There were a few edge cases not exercised by the tests I ran, so I backed this change out. It wasn't a large part of the speedup, so I'll take a second look at it.On 7/13/06, Thomas E Enebo <[EMAIL PROTECTED]> wrote:  Yeah he is looking at this already -Tom-- Charles Oliver Nutter @ headius.bl

Re: [Jruby-devel] Speculate with me [test] - is it just me?

2006-07-13 Thread Thomas E Enebo
Yeah he is looking at this already -Tom On Fri, 14 Jul 2006, Tim Azzopardi defenestrated me: > Probably run the testErraticBehavior script 50 times. No fails yet.. Then I > resynced with trunk. > > Now I get this ... > > C:\dev\jruby\jruby\test>jruby aaa.rb > Using CLASSPATH: > C:\dev\

Re: [Jruby-devel] Speculate with me [test] - is it just me?

2006-07-13 Thread Tim Azzopardi
Probably run the testErraticBehavior script 50 times. No fails yet.. Then I resynced with trunk. Now I get this ... C:\dev\jruby\jruby\test>jruby aaa.rb Using CLASSPATH: C:\dev\jruby\jruby\lib\jvyaml.jar;C:\dev\jruby\jruby\lib\plaincharset.jar;C:\dev\jruby\jruby\lib\asm-2.2.2.jar;C:\dev\jruby\

Re: [Jruby-devel] Speculate with me [test]

2006-07-11 Thread David Corbin
On Tuesday 11 July 2006 00:34, Charles O Nutter wrote: > I ran 50 runs and got the following once. Look like what you're talking > about? > > 1) Error: > testErraticBehavior(ErraticRestTest): > RuntimeError: HACK[A822] > rexml_bug.rb:15:in `testErraticBehavior' > rexml_bug.rb:22:in `testE

Re: [Jruby-devel] Speculate with me [test]

2006-07-10 Thread Charles O Nutter
I ran 50 runs and got the following once. Look like what you're talking about?  1) Error:testErraticBehavior(ErraticRestTest):RuntimeError: HACK[A822]    rexml_bug.rb:15:in `testErraticBehavior'    rexml_bug.rb:22:in `testErraticBehavior' On 7/10/06, Charles O Nutter <[EMAIL PROTECTED]> wrote: Deli

Re: [Jruby-devel] Speculate with me [test]

2006-07-10 Thread Charles O Nutter
Delicious, delicious test cases. It shall be solved!On 7/10/06, David Corbin <[EMAIL PROTECTED]> wrote: Well, I've got a pseudo test case for this.  On my system, with JRuby 0.9.0(well, technically it's HEAD from SourceForge), this fails on about 4 out of 5 executions.  Of course, it fails differen

Re: [Jruby-devel] Speculate with me [test]

2006-07-10 Thread David Corbin
Well, I've got a pseudo test case for this. On my system, with JRuby 0.9.0 (well, technically it's HEAD from SourceForge), this fails on about 4 out of 5 executions. Of course, it fails differently each time. It has yet to fail in 68 executions with C Ruby. I encourage anyone that wants to lo