[perl #56006] [BUG]: Test failures on Solaris10-x86

2008-06-20 Thread James Keenan via RT
On Thu Jun 19 22:47:58 2008, [EMAIL PROTECTED] wrote: > > Some of the other TODO tests use code like: > > my @todo; > @todo = ( todo => 'some reason' ) if $^O =~ /SomePlatform/; > > some_test_assertion( $expect, $receive, $description, @todo ); > > This seems appropriate here

Re: [perl #56006] [BUG]: Test failures on Solaris10-x86

2008-06-19 Thread chromatic
On Thursday 19 June 2008 19:04:07 James Keenan via RT wrote: > On Thu Jun 19 18:41:07 2008, [EMAIL PROTECTED] wrote: > > I'm a little confused; why SKIP a passing TODO? > We know that one test is now passing on some operating systems: Darwin, > Linux, and this Solaris. But we don't know about o

[perl #56006] [BUG]: Test failures on Solaris10-x86

2008-06-19 Thread James Keenan via RT
On Thu Jun 19 18:41:07 2008, [EMAIL PROTECTED] wrote: > I'm a little confused; why SKIP a passing TODO? > We know that one test is now passing on some operating systems: Darwin, Linux, and this Solaris. But we don't know about others. Is there any way to write the test such that it is not t