On Tue, 2008-11-11 at 11:41 -0800, Terence Parr wrote:
> i also note that tests that pass by themselves don't pass when I'm
> running lots of them. I made all tests run in own tmp dir, but stilll
> some fail, dang it!
This static intialization thing is getting in the way I think. I am
pretty sure that the error message class 'happens' to work in most cases
but that the static initialziation that happened in one particular order
with JRE 1.5 is not guaranteed to happen in 1.6 and in fact doesn't.
Hence the differences in differnt situations. I just haven't had time to
pin that one down exactly yet.
Jim
> Ter
> On Nov 10, 2008, at 3:22 PM, Jim Idle wrote:
>
> > On Fri, 2008-11-07 at 09:13 -0800, Terence Parr wrote:
> >> All TestDFAConversion tests pass on my machine.
> >>
> >> Jim: I see:
> >>
> >> @Ignore
> >> // TODO: Ter to review why this test fails...
> >> //
> >> public void testAStar_immediateTailRecursion() throws Exception {
> >>
> >> but it works for me on 1.6. Can u recheck?
> >
> >
> > OK - will re-check. Maybe this was HashMap order thing that I fixed by
> > writing the map sorted compariosn thang for the tests.
> >
> > Jim
> >
> >
>
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org:8080/mailman/listinfo/antlr-dev