Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55022 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40642 invoked from network); 31 Aug 2011 04:53:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2011 04:53:34 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.203 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.203 smtp203.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.203] ([67.192.241.203:58999] helo=smtp203.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/8C-50561-D4EBD5E4 for ; Wed, 31 Aug 2011 00:53:34 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp10.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 49B601B8127; Wed, 31 Aug 2011 00:53:31 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp10.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id DCB661B8062; Wed, 31 Aug 2011 00:53:30 -0400 (EDT) Message-ID: <4E5DBE4A.6010403@sugarcrm.com> Date: Tue, 30 Aug 2011 21:53:30 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: Rasmus Lerdorf CC: PHP Internals , "jeraimee@php.net" References: <4E5DACD6.1000002@sugarcrm.com> <4E5DB4E8.4030509@lerdorf.com> In-Reply-To: <4E5DB4E8.4030509@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 beta & tests From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! On 8/30/11 9:13 PM, Rasmus Lerdorf wrote: > Why is your tests/func/005a.phpt failing? That seems to pass > consistently for most people. > > tests/lang/045.phpt is the one that fails for everyone because we don't > re-apply the timeout for a registered shutdown function. We should > either fix that or mark it as an XFAIL. Both of these are related to timeouts/shutdown functions and seem not to work on my machine for some reason. May be related to Zend Signals patch. > The two openbasedir tests were broken by these commits: Openbasedir tests fail because of a bug in opendir implementation which doesn't allow to unlink symlink that is by itself OK but points to prohibited file. I've XFAILed one tests and removed unlink from another, since cleanup removes the link anyway. unlink() bug still needs to be fixed. > ext/date/tests/bug33532.phpt doesn't fail for me. LOCALE differences? > What is your diff on that one? strftime() on Mac seems to ignore timezone arguments in struct tm for some reason and uses environment TZ instead. Not sure how to address that. > I'm not sure how we should attack it, but I think with a little bit of > discussion on each failing test we can plow through these pretty quickly. I'm most bothered by many mysql and mbstring failures. Also libxml seems to be something broken in recent changes. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227