From dev-return-15665-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat Mar 11 23:38:48 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 54793 invoked from network); 11 Mar 2006 23:38:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Mar 2006 23:38:39 -0000 Received: (qmail 456 invoked by uid 500); 11 Mar 2006 23:38:36 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 410 invoked by uid 500); 11 Mar 2006 23:38:36 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 399 invoked by uid 99); 11 Mar 2006 23:38:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2006 15:38:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.182.204 as permitted sender) Received: from [64.233.182.204] (HELO nproxy.gmail.com) (64.233.182.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2006 15:38:35 -0800 Received: by nproxy.gmail.com with SMTP id p46so192209nfa for ; Sat, 11 Mar 2006 15:38:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nzG83VxerH+AUvTX3V4a2F3A4au191J2jxst+8uUZGr6o1WZYug8loWcU/sXGqTaHibHbk4l8vhWrhppNec1nSXGzFPEtY5Je+B1/XJCUiM+Wa525LBwxwLmLzf4ltxWZhoYqDHanMh5lTl8YMV1IUsaKwJLgyucph3m4/VCRe0= Received: by 10.49.43.1 with SMTP id v1mr191448nfj; Sat, 11 Mar 2006 15:38:12 -0800 (PST) Received: by 10.49.64.11 with HTTP; Sat, 11 Mar 2006 15:38:12 -0800 (PST) Message-ID: <7edfeeef0603111538k60195642o69ae3cb6129e4736@mail.gmail.com> Date: Sat, 11 Mar 2006 15:38:12 -0800 From: "Garrett Rooney" Sender: rooneg@gmail.com To: "William A. Rowe, Jr." Subject: Re: Outch - 1.2.x branch busted on OS/X? Cc: dev@apr.apache.org In-Reply-To: <44112DBA.9000307@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44112DBA.9000307@rowe-clan.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 3/9/06, William A. Rowe, Jr. wrote: > Tests - testpoll fails 1/13, testsock hangs on 1.2.x branch. > > The trunk passes all tests* on OS/X 10.3 - so what's up with that? > Did someone commit test patches on trunk that they haven't gotten > around to backporting to 1.2.x? It's not test patches, it's a fix to apr_hints.m4 that shuts off kqueue on OS X because it's broken in some versions (specifically 10.4.x, the latest). I'll backport the fix once I've verified that it is indeed the cause of the difference. I'm rebuilding now to run the tests. -garrett