Joe Orton wrote:
I can try and debug this, I've found a NetBSD machine and reproduced the
failure.  ./t/TEST -start-httpd doesn't work from the mod_perl test
suite, is there a way to get that working?

I guess it will take a while to resolve these BSD issues. Meanwhile we want to release 1.99_17 so we need to skip the failing, due to the apr bug, tests. 2.0.51 is out. I understand that OpenBSD is fixed in that release but, NetBSD is not.


So is that the right skip rule (hoping that 2.0.52 will fix NetBSD:

my $should_skip =
    ($^0 eq /^OpenBSD$/i && !need_min_apache_version('2.0.51')) ||
    ($^0 eq /^NetBSD$/i  && !need_min_apache_version('2.0.52'));

and the tests that need to be skipped are:

t/filter/both_str_con_add.t
t/protocol/echo_block.t
t/protocol/echo_filter.t
t/protocol/pseudo_http.t


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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to