Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 50360 invoked from network); 14 Dec 2004 08:52:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 08:52:54 -0000 Received: (qmail 17463 invoked by uid 500); 14 Dec 2004 08:52:02 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 17356 invoked by uid 500); 14 Dec 2004 08:51:59 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 17284 invoked by uid 99); 14 Dec 2004 08:51:57 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Date: Tue, 14 Dec 2004 08:51:44 +0000 From: Joe Orton To: dev@apr.apache.org Subject: Re: Test failures in apr v0.9.6 Message-ID: <20041214085144.GA22805@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <41BE26BB.1020707@sharp.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <41BE26BB.1020707@sharp.fm> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, Dec 14, 2004 at 01:33:15AM +0200, Graham Leggett wrote: > Hi all, > > Under Yellowdog Linux (LinuxPPC), apr v0.9.6 is failing tests like so: .. > 211 tests run: 208 passed, 3 failed, 0 not implemented. > > Failed tests in Socket Creation: > 1) tcp6_socket: expected <0> but was <97> > 2) udp6_socket: expected <0> but was <97> > 3) sendto_receivefrom: expected <0> but was <97> Expected failures on Linux without the ipv6 module loaded, fixed in 1.0.0 and later. joe