Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74458 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97296 invoked from network); 23 May 2014 15:37:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2014 15:37:20 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.177 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:50732] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/55-01753-F2B6F735 for ; Fri, 23 May 2014 11:37:20 -0400 Received: by mail-ie0-f177.google.com with SMTP id y20so5216959ier.36 for ; Fri, 23 May 2014 08:37:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=2JndunulW0PiClbsmaaKmKU3Am0ZXUdYfIl1WC0NYbk=; b=EL/cJH80RepxEoyA3IIFVW7p3MM27Cp2aK80dFOk/3w9d8hBPk7z+xTHPEQuQMxcyB wkqXTW+sQoDqrA1O6i9XA2WnQWsqOlt2IjZf46svYlxjZkwGG5BmaUkvxo+PF0arr7L3 1AEov6dlKxFHuEj/Rg5PjJVc6ozZ8FZgX+YbU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=2JndunulW0PiClbsmaaKmKU3Am0ZXUdYfIl1WC0NYbk=; b=blTEwxWowYJ5ZOTFGeCLy3Sus3F36HfI3WqiDfKzRCkQ6vrX7buuiE7qj0O/N2khy4 44pT6B2iKUqizPv6pfn/IsPhvG36bPt/BpNiEDIW/fFOmUHbON9UJnCGoh2eYIL1447m 2kel75SYp8l8neEp+UYoXjQ0esJtcSY7FIOTavMhGw6xctfZFlD1XJdxN8guNe3+X/qo g0FWNI2J94SBUYQR+mtwBDxQgh8unCyj3RRcjbTRkZDfCuQajJqdfKcGxvpByKgxbz/6 ZJhdDMO9QOyu6ajQbQ93wpoC1d+aXNTe6ikUsmYuwIU7Uvi9j/rCTSumMeaSHgNPq951 BbNA== X-Gm-Message-State: ALoCoQlU4yxo8rNhgiGHOx6/kBUpByBeHNuZgYbn2rEwIiI1gB8fFJzMz2PoKC68i8yPo74DeCoK X-Received: by 10.42.91.73 with SMTP id o9mr3642359icm.69.1400859436878; Fri, 23 May 2014 08:37:16 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.254.138 with HTTP; Fri, 23 May 2014 08:36:56 -0700 (PDT) In-Reply-To: <537EF4A4.5070102@sugarcrm.com> References: <537EF4A4.5070102@sugarcrm.com> Date: Fri, 23 May 2014 10:36:56 -0500 X-Google-Sender-Auth: Z4P_Hkom8rLWzG-tRjmLQP9dSuw Message-ID: To: Stas Malyshev Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: Broken tests From: aharvey@php.net (Adam Harvey) 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