On Fri, 19 Sep 2003, Steve Fink wrote:
> On Sep-19, Dan Sugalski wrote:
> > I've added a third tinderbox build to my standard set--there's now a "make
> > test", "make testj", and "make languages" build going for sprite, and
> > pretty soon for glastig. (So we'll have these on x86 linux and OS X) The
> > languages build, as you might expect, is erroring out.
>
> Given that I disabled the failing languages last night, I actually
> would NOT expect this. Looking at the sprite log, it says 'make
> languages FAILED', but the actual 'make languages' output looks good.
> Bad error parser?
Maybe. It could be cranky about the parser_util.c warnings, but I'm not
sure.
> glastig, on the other hand, seems to have burst into flames and is
> failing tests all over the place. I'm not sure what's going on there.
That's the JIT test. The straight test is fine. Apparently we've broken
the PPC jit rather a lot, and I odn't have a hole poked in the firewall
for Daniel yet. :(
> > Anyone got any other suggestions for automated make steps to tinderbox up,
> > so we can see how things are going with some regularity? (I'll get the
> > Win32 versions of these set as soon as I have fully working hardware for
> > it...)
>
> make languages-test
Keen. Adding that one now...
Dan