Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D8B5D200BDA for ; Tue, 13 Dec 2016 16:36:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D767F160B23; Tue, 13 Dec 2016 15:36:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2EC61160B07 for ; Tue, 13 Dec 2016 16:36:05 +0100 (CET) Received: (qmail 48431 invoked by uid 500); 13 Dec 2016 15:36:03 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 48421 invoked by uid 99); 13 Dec 2016 15:36:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2016 15:36:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6D410C0A0C for ; Tue, 13 Dec 2016 15:36:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.652 X-Spam-Level: X-Spam-Status: No, score=0.652 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id MGaXQb2CRytu for ; Tue, 13 Dec 2016 15:36:02 +0000 (UTC) Received: from resqmta-po-02v.sys.comcast.net (resqmta-po-02v.sys.comcast.net [96.114.154.161]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 5F0B861004 for ; Tue, 13 Dec 2016 15:36:02 +0000 (UTC) Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-02v.sys.comcast.net with SMTP id Gp4pcJBV3nVZSGp7TcusAr; Tue, 13 Dec 2016 15:35:55 +0000 Received: from [192.168.199.10] ([69.251.90.98]) by resomta-po-03v.sys.comcast.net with SMTP id Gp7ScIBqlo4hDGp7Sc2g8y; Tue, 13 Dec 2016 15:35:55 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r1774010 - in /httpd/test/framework/trunk/t: conf/extra.conf.in modules/ext_filter.t From: Jim Jagielski In-Reply-To: Date: Tue, 13 Dec 2016 10:35:53 -0500 Content-Transfer-Encoding: 7bit Message-Id: <81A34501-FFDF-4E8E-91BD-40EF3FF20C7E@jaguNET.com> References: <20161213132033.4A90F3A0335@svn01-us-west.apache.org> <51F1D67F-E20E-4DD4-85AA-DF9303BE8EEA@jaguNET.com> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.3124) X-CMAE-Envelope: MS4wfFW3x8zTmWHC2gM2AtdPB4RljcTuUT1ZYWso67F07BqJpmW2B/oSTU1+0ywMINT+pINFApobL5SGxV3hYga1GCD0Q9cqB7nhmSsDPW5zZY1kvzX3b29b 6kJm9apzp31B7dKXrtbPZI7DXILN2szmsG7aieMV+IrZRx2GxruTLH5b archived-at: Tue, 13 Dec 2016 15:36:06 -0000 Confirming that 2.4.x HEAD fails as noted in PR 60375 > On Dec 13, 2016, at 10:14 AM, Jim Jagielski wrote: > > >> On Dec 13, 2016, at 8:33 AM, Jim Jagielski wrote: >> >> This fails on all systems that have sed in /usr/bin/sed >> or someplace other than /bin :( >> > > Hmmm... even w/ the change to /usr/bin/sed I'm getting > test #1 failing: > > t/modules/ext_filter.t .. > 1..23 > # Running under perl version 5.020003 for darwin > # Current time local: Tue Dec 13 10:10:15 2016 > # Current time GMT: Tue Dec 13 15:10:15 2016 > # Using Test.pm version 1.26 > # Using Apache/Test.pm version 1.41 > # testing : sed output filter > # expected: 'barbar' > # received: 'barbar > # ' > not ok 1 > # Failed test 1 in t/modules/ext_filter.t at line 19 > > Wondering if this is an OSX sed issue. Will see how gsed > handles this. >