Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 69586 invoked from network); 14 Jun 2005 15:58:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 15:58:51 -0000 Received: (qmail 9790 invoked by uid 500); 14 Jun 2005 15:58:51 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 9777 invoked by uid 500); 14 Jun 2005 15:58:50 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@perl.apache.org List-Id: Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 9764 invoked by uid 99); 14 Jun 2005 15:58:50 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Jun 2005 08:58:46 -0700 Received: (qmail 69545 invoked by uid 65534); 14 Jun 2005 15:58:34 -0000 Message-ID: <20050614155834.69544.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r190622 - /perl/modperl/trunk/t/protocol/pseudo_http.t Date: Tue, 14 Jun 2005 15:58:34 -0000 To: modperl-cvs@perl.apache.org From: geoff@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: geoff Date: Tue Jun 14 08:58:34 2005 New Revision: 190622 URL: http://svn.apache.org/viewcvs?rev=3D190622&view=3Drev Log: skip test on httpd 2.1, at least until someone figures out why it's hanging Modified: perl/modperl/trunk/t/protocol/pseudo_http.t Modified: perl/modperl/trunk/t/protocol/pseudo_http.t URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/t/protocol/pseudo_htt= p=2Et?rev=3D190622&r1=3D190621&r2=3D190622&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- perl/modperl/trunk/t/protocol/pseudo_http.t (original) +++ perl/modperl/trunk/t/protocol/pseudo_http.t Tue Jun 14 08:58:34 2005 @@ -21,6 +21,9 @@ # blocking socket bug fixed in 2.0.52 my $ok =3D $^O !~ /^(Open|Net)BSD$/i || need_min_apache_version('2.0.52'); =20 +# but not in 2.1? hmph. +$ok =3D skip_reason('skipping on httpd 2.1') if have_min_apache_version('2= .1'); + plan tests =3D> 13, need need_auth, need_access, $ok; =20 {