On Thursday 19 June 2008 18:33:33 James Keenan via RT wrote: > On Wed Jun 18 09:04:53 2008, [EMAIL PROTECTED] wrote:
> > Running 'make test' on Solaris 10 x86 box, the following tests fail > > (or unexpectedly succeed): > > > > t/op/sprintf.................................ok > > 117/308 skipped: various reasons, 1/308 unexpectedly succeeded > > TODO PASSED test 157 > > In Perl 5, what is the value for $^O on your system? (I'd like to have > it for doing a SKIP on the TODO passing test above.) I'm a little confused; why SKIP a passing TODO? I suspect that that box has Test::Harness 2.x installed, while you probably have TAP::Harness installed, so you're seeing different output for the same TAP state. -- c