Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50899 invoked from network); 24 May 2014 07:40:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2014 07:40:52 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.51 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.51 mail-qg0-f51.google.com Received: from [209.85.192.51] ([209.85.192.51:54952] helo=mail-qg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/51-29307-FFC40835 for ; Sat, 24 May 2014 03:40:48 -0400 Received: by mail-qg0-f51.google.com with SMTP id q107so9431624qgd.38 for ; Sat, 24 May 2014 00:40:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=v6D7AwcVk4/1J0CG0+eR5FmJfv1dRAD5NdcTV8D5YYU=; b=hMXkfVQPvExQvlNyviU0ZNFvxLE/+HMS8i/jygqk4aOPMqxdUK+i7cEqxp1jTcj9hV pgEdZOYP8MiFCHHP1h9ZN4Wv9wwRNmLHCfabTZASxvLGCSO/IBxaFQOpYYU8fBy6sibt MKawUW09m2PajilfvK6l95mKMe60xJfR0bg0eX4k7FVtzBeLDTNSD//fmlbDnT/1EJ9E rpSyL1c5umBzxhuM0JNRImI/w5DCSosEMPDC4cm8SI5R9jL819a/SJbSXAoRazHlWQHA 0dUn0/e4celheQiaLrH6rl1L2/VFjaIbUqJGbDrk4fuKLXvkc6KGom+3WmrjeSGUgDkF s2rw== MIME-Version: 1.0 X-Received: by 10.224.4.5 with SMTP id 5mr13587096qap.85.1400917244379; Sat, 24 May 2014 00:40:44 -0700 (PDT) Received: by 10.140.17.77 with HTTP; Sat, 24 May 2014 00:40:44 -0700 (PDT) Received: by 10.140.17.77 with HTTP; Sat, 24 May 2014 00:40:44 -0700 (PDT) In-Reply-To: References: <537EF4A4.5070102@sugarcrm.com> Date: Sat, 24 May 2014 09:40:44 +0200 Message-ID: To: Adam Harvey Cc: PHP Internals , Stas Malyshev , Nikita Popov Content-Type: multipart/alternative; boundary=001a11c219eab6080704fa20760e Subject: Re: [PHP-DEV] Re: Broken tests From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c219eab6080704fa20760e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2014.05.23. 17:37, "Adam Harvey" ezt =C3=ADrta: > > On 23 May 2014 02:11, Stas Malyshev wrote: > > Your commit fdb2709dd27c5987c2d2c8aaf0cdbebf9f17f643 broke test > > dateformat_format.phpt. Please fix it ASAP. > > Fixed. My apologies. If these e-mails are somewhat automated, it would > be useful to know which branch(es) were broken. > > Also: is it just me, or do we have a bunch of failing tests on > ext/intl on PHP-5.4? The noise floor there seems odd, given that the > ext/intl test suite passes for me on 5.5 and later on the same VM. > > Adam > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > My guess is that Stas sent his mail based on the travis report. We don't allow travis to test the 5.4 branch (not sure why), so I wouldn't be surprised if those failing 5.4 tests are fixed in 5.5 and up where they are more visible. Stas, Nikita(afair it was you who restricted the travis branches to 5.5 and up) are there any strong arguments for keeping the 5.4 branch disabled on travis? --001a11c219eab6080704fa20760e--