You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2002/04/06 18:55:10 UTC

unexpectedly succeeded

with perl-current:
apache/subprocess........ok, 4/4 unexpectedly succeeded   
All tests successful (4 subtests UNEXPECTEDLY SUCCEEDED), 4 tests skipped.

maybe the todo => ... in that test could be left out when the tests are 
expected to pass?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: unexpectedly succeeded

Posted by Doug MacEachern <do...@covalent.net>.
On Sun, 7 Apr 2002, Stas Bekman wrote:
 
> They fail under 5.6.x :(

i know.  what i'm saying is do something like so:

my @todo = $] < 5.007_03 ? (todo => [1..4]) : ();

 plan $r, @todo, tests => 4, have_module 'Apache::SubProcess';

or just skip the tests if < 5.007_03



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: unexpectedly succeeded

Posted by Stas Bekman <st...@stason.org>.
Doug MacEachern wrote:
> with perl-current:
> apache/subprocess........ok, 4/4 unexpectedly succeeded   
> All tests successful (4 subtests UNEXPECTEDLY SUCCEEDED), 4 tests skipped.
> 
> maybe the todo => ... in that test could be left out when the tests are 
> expected to pass?

They fail under 5.6.x :( I've spent a lot of time trying to figure out 
what's the problem,
but something is messed up with IO (and it's exactly the same as 
Apache::SubProcess).
The only difference is that it uses apr_file_t instead of FILE.
The worst thing is that it's not failing all the time, but does so 
randomly. I could use some help here.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org