From: Robert Feldt Date: 2001-11-11T00:57:27+09:00 Subject: [ruby-talk:24833] Re: ANN: Triple-R - The Rubicon Results Repository On Sat, 10 Nov 2001, Dave Thomas wrote: > 2. Write new tests. Tests for 'language' are very welcome. Also, there > are problematic tests in the libraries that could do with tidying > up. In particular, if anyone can find a platform independent test > for Thread#abort_on_exception= I'd be grateful. > We've got some nice lexer and parser tests coming up in the RubyInRubyParser project. Rich Kilmer is currently working on them. If we can find a way to use them in Rubicon that would be nice, I guess. We would probably have to (runtime?) patch parse.y to get the data we need or maybe we can use ruth which returns the internal tree (but then we can't test the lexer stand-alone). Ideas? Regards, Robert