Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13043 invoked from network); 31 Aug 2011 11:48:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2011 11:48:37 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:36549] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/23-30996-29F1E5E4 for ; Wed, 31 Aug 2011 07:48:36 -0400 Received: by wwg11 with SMTP id 11so585295wwg.11 for ; Wed, 31 Aug 2011 04:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rjVWSV6hEulwv4Y4L4ML2RI11xkxCtZ0RFgc3lnNmZA=; b=McELwlcpxqSVjjchn3MjXlWxxfQjp4DGPUKMlJ3mR9dg9DLVr/zba6VbYrq6yDtt5o IjgWvcPtSxA2Ky6+qk8w98D8PUJbfftIotwgTMCbeyVABZAhACo3HjYfM9jjrrRte3aW Ci15YEtgpud2fCD3eHi29UVFeZQeLEc2nkNQQ= MIME-Version: 1.0 Received: by 10.227.145.139 with SMTP id d11mr285713wbv.60.1314791283762; Wed, 31 Aug 2011 04:48:03 -0700 (PDT) Received: by 10.227.202.210 with HTTP; Wed, 31 Aug 2011 04:48:03 -0700 (PDT) Received: by 10.227.202.210 with HTTP; Wed, 31 Aug 2011 04:48:03 -0700 (PDT) In-Reply-To: <4E5DB4E8.4030509@lerdorf.com> References: <4E5DACD6.1000002@sugarcrm.com> <4E5DB4E8.4030509@lerdorf.com> Date: Wed, 31 Aug 2011 19:48:03 +0800 Message-ID: To: Rasmus Lerdorf Cc: jeraimee@php.net, PHP Internals , Stas Malyshev Content-Type: multipart/alternative; boundary=0016364994cd6c28c204abcbb31a Subject: Re: [PHP-DEV] 5.4 beta & tests From: tjerk.meesters@gmail.com (Tjerk Meesters) --0016364994cd6c28c204abcbb31a Content-Type: text/plain; charset=ISO-8859-1 On Aug 31, 2011 12:14 PM, "Rasmus Lerdorf" wrote: > > On 08/30/2011 08:39 PM, Stas Malyshev wrote: > > Hi! > > > > I've checked the unit tests on my Mac and I see 48 failures so far. I've > > put them here: > > https://wiki.php.net/todo/tests54?&#tested_2011-08-30_on_mac_os_x > > > > Most of them are mysql, but others too. > > So, is there anybody working or willing to work to fix them all for > > beta? Should we postpone the beta for a week to wait for that or it > > doesn't make difference? > > I say we postpone. We really need to get used to the fact that failing > tests matter and that they block releases. > > 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. The timeout gets applied but the SIG_ALARM gets filtered by the signal handler because SIGG(running) is still true. Setting running to false inside zend_timeout before calling the other functions seems a (hack?) solution. > > The two openbasedir tests were broken by these commits: > > http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/tests/security/open_basedir_linkinfo.phpt?r1=311033&r2=311509 > > http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/tests/security/open_basedir_readlink.phpt?r1=311033&r2=311507 > > which you merged from trunk based on changes by jeraimee: > > http://svn.php.net/viewvc/php/php-src/trunk/tests/security/open_basedir_linkinfo.phpt?r1=296679&r2=311141 > > so we should figure out why that was changed. I don't think this > behaviour is difference between trunk and 5.4 so I don't understand the > change. > > ext/date/tests/bug33532.phpt doesn't fail for me. LOCALE differences? > What is your diff on that one? > > 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. > > -Rasmus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --0016364994cd6c28c204abcbb31a--