Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39333 invoked from network); 6 Jan 2014 09:35:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2014 09:35:23 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:64706] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/72-20906-9D87AC25 for ; Mon, 06 Jan 2014 04:35:22 -0500 Received: by mail-ob0-f181.google.com with SMTP id uy5so17699708obc.26 for ; Mon, 06 Jan 2014 01:35:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=1D8TyMAvIW+fFYNCRz5b+Jnel6vwj8vHbq+OJy5c8PA=; b=lDzvj7+n1QcygzfmaM8xtXQfgUBnhk7ThFJZ/9JM85Tt87yRMhzx913Z37JZuJkj2i 8rLOKTAy/ifa2eLoNhaC7LlfI7uwoLFZu4mlY1/TLhMcn2vkwvLAJxrklIe4UCodiNXf I8J0VvmZBomt7puPucg+Wb2Xv366Z+4eLJzUIWb4cp1N1ND9DPGOQvFbbbbbDyoCs69y OwP4ByDyA3mH4uifblrum1JVltrXI6DLxlzr/0LTxJSizTG7TP85lWjh9DMZKJx7J2Y6 gpFIUhcnKyCwZC9IR1xrI1TSzuFP4WJTmdgK/sDP3Vb1mxzVMmtPu+r/rPBwnZDhO1/Z kyYQ== X-Received: by 10.60.119.70 with SMTP id ks6mr920949oeb.45.1389000918255; Mon, 06 Jan 2014 01:35:18 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.182.235.46 with HTTP; Mon, 6 Jan 2014 01:34:38 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Jan 2014 10:34:38 +0100 X-Google-Sender-Auth: x7_ECKGpxGPUkscYCaPeyP74oNU Message-ID: To: Matt F Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Testing PHP 5.5.8rc1 From: jpauli@php.net (Julien Pauli) On Sun, Jan 5, 2014 at 8:36 AM, Matt F wrote: > On Windows, I only get 2 PHPT test failures for 5.5.8rc1. Both are > regressions (new failures since 5.5.7): > > ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt > ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt > > > Looks like these tests were split off an existing datetime test. I'll be > investigating why they are failing now. > > > Regards Hi, Those tests are expected to fail on this RC. The maintainer (derick) has fixed them in 5.5 branch, they are about a bad merge which should have been reverted / fixed now Julien