Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:45274 php.qa:65281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46748 invoked from network); 13 Aug 2009 22:22:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2009 22:22:18 -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.198.237 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.198.237 rv-out-0506.google.com Received: from [209.85.198.237] ([209.85.198.237:29770] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/01-39967-812948A4 for ; Thu, 13 Aug 2009 18:22:17 -0400 Received: by rv-out-0506.google.com with SMTP id l9so305927rvb.23 for ; Thu, 13 Aug 2009 15:22:13 -0700 (PDT) Received: by 10.140.203.15 with SMTP id a15mr707992rvg.183.1250202133725; Thu, 13 Aug 2009 15:22:13 -0700 (PDT) Received: from Macintosh-401.local ([207.81.133.5]) by mx.google.com with ESMTPS id k37sm3449693rvb.47.2009.08.13.15.22.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 13 Aug 2009 15:22:12 -0700 (PDT) Message-ID: <4A849212.4020106@lerdorf.com> Date: Thu, 13 Aug 2009 18:22:10 -0400 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Stanislav Malyshev CC: 'PHP Internals' , PHP QA References: <4A84703A.3050302@zend.com> In-Reply-To: <4A84703A.3050302@zend.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] HEAD tests From: rasmus@lerdorf.com (Rasmus Lerdorf) Stanislav Malyshev wrote: > I was recently working on fixing some things in HEAD in > ext/standard/strings.c and when I tried to run tests to check if my > fixes are OK I discovered that huge amount of strings tests now fail - > out of ~800 tests we have 420 fails! Most of them seem to be some > trivial matters like string/unicode mismatch or different error message > syntax but this thing makes the tests totally useless, as it is > impossible to verify fixes against them. > Is someone going to fix it? I have actually been fixing tests, so this surprised me. I checked with Stas on irc and it turned out to be a case of user error on his part :) We don't have 420 failed string tests in HEAD. We still have 22 though, plus a number of borked tests due to charset issues, so please pitch in and work on these. -Rasmus