Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread Thomas E Enebo
On Sat, 25 Feb 2006, David Corbin defenestrated me: > On Saturday 25 February 2006 06:10, David Corbin wrote: > > I've got an some unit tests that "terminate before getting started", but > > only in HEAD (not in 0.8.2). I see no sign that the tests are running at > > all. There is no output of any

Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread David Corbin
Sorry if this shows up twice. On Saturday 25 February 2006 06:10, David Corbin wrote: > I've got an some unit tests that "terminate before getting started", but > only in HEAD (not in 0.8.2). I see no sign that the tests are running at > all. There is no output of any type. I've tried to narrow

Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread David Corbin
On Saturday 25 February 2006 06:10, David Corbin wrote: > I've got an some unit tests that "terminate before getting started", but > only in HEAD (not in 0.8.2). I see no sign that the tests are running at > all. There is no output of any type. I've tried to narrow it down, but it > gets kind of

Re: [Jruby-devel] Early termination

2006-02-25 Thread Charles O Nutter
Do they dump any errors or logging? I suppose you could put some logging in the tests at various points (or in the testrunner you're using). Otherwise it's hard to say what you can do without seeing any of the code. - Charlie On 2/25/06, David Corbin <[EMAIL PROTECTED]> wrote: > I've got an some

Re: [Jruby-devel] Early termination- HEAD regression

2006-02-25 Thread Thomas E Enebo
It looks like defined? is throwing an error when a symbol is not defined :) Should have a fix today. -Tom On Sat, 25 Feb 2006, David Corbin defenestrated me: > On Saturday 25 February 2006 06:10, David Corbin wrote: > > I've got an some unit tests that "terminate before getting started", but