Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70134 invoked from network); 23 Aug 2011 18:51:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2011 18:51:39 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.218.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:40765] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/94-41613-AB6F35E4 for ; Tue, 23 Aug 2011 14:51:39 -0400 Received: by yie16 with SMTP id 16so410099yie.29 for ; Tue, 23 Aug 2011 11:51:36 -0700 (PDT) Received: by 10.91.150.12 with SMTP id c12mr4138054ago.69.1314125494954; Tue, 23 Aug 2011 11:51:34 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-46-20.hsd1.ca.comcast.net [50.131.46.20]) by mx.google.com with ESMTPS id p6sm194242anh.11.2011.08.23.11.51.33 (version=SSLv3 cipher=OTHER); Tue, 23 Aug 2011 11:51:34 -0700 (PDT) Message-ID: <4E53F6B4.1010103@lerdorf.com> Date: Tue, 23 Aug 2011 11:51:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Daniel Convissor CC: PHP Internals List References: <4E510339.3000609@thelounge.net> <20110823164515.GA26695@panix.com> In-Reply-To: <20110823164515.GA26695@panix.com> X-Enigmail-Version: 1.2.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Failing Autotests / Bugs From: rasmus@lerdorf.com (Rasmus Lerdorf) On 08/23/2011 09:45 AM, Daniel Convissor wrote: > Hi: > > On Sun, Aug 21, 2011 at 03:08:09PM +0200, Reindl Harald wrote: >> FAIL DateTime::diff() days -- spring type2 type2 [ext/date/tests/DateTime_days-spring-type2-type2.phpt] >> FAIL DateTime::diff() days -- spring type2 type3 [ext/date/tests/DateTime_days-spring-type2-type3.phpt] >> FAIL DateTime::diff() days -- spring type3 type2 [ext/date/tests/DateTime_days-spring-type3-type2.phpt] >> FAIL DateTime::diff() days -- spring type3 type3 [ext/date/tests/DateTime_days-spring-type3-type3.phpt] >> FAIL DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt] >> FAIL DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.phpt] > > These tests have been fixed. Thanks for bringing this to my attention. Thanks Dan. Could we all bookmark http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests and visit it daily from now on? I'd like to see this go to 0 before we release the first 5.4 beta later this year. Probably by moving the bulk of these to XFAIL, but in some cases the tests themselves really are bogus and either need to be removed or fixed. For example, all the imap tests are failing due to a warning about the server advertising AUTH=PLAIN. We either need to have the tests account for that, or fix PHP to not show that warning. see http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fimap%2Ftests%2Fimap_undelete_error.phpt -Rasmus