Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55028 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56139 invoked from network); 31 Aug 2011 06:52:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2011 06:52:36 -0000 Authentication-Results: pb1.pair.com header.from=lonnyk@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lonnyk@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: lonnyk@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:53118] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/1F-50561-33ADD5E4 for ; Wed, 31 Aug 2011 02:52:35 -0400 Received: by qyl38 with SMTP id 38so2963471qyl.8 for ; Tue, 30 Aug 2011 23:52: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=Wnj2lTLlEJ1bnJEAL43wW5AfUrfsu9YfWgJQsK/Z3Gw=; b=vuqBVYjeDo/jNXNKNU9QVYfaURoMcOquSC52K/mgV7jn3d3ViWwvX5Fn672Q3DDt2V D3v+iEz0HNL7+7TjiBO7r8Cb+2e7SzwGKTKm9o+nIFI36O8XSXFeqEMvPlXR9eCo/vwV gkfzOff09aq17m2umbEODWdb2ajY6/X2XfY2g= MIME-Version: 1.0 Received: by 10.224.196.6 with SMTP id ee6mr23525qab.152.1314773552087; Tue, 30 Aug 2011 23:52:32 -0700 (PDT) Received: by 10.224.47.70 with HTTP; Tue, 30 Aug 2011 23:52:32 -0700 (PDT) In-Reply-To: <4E5DD5A5.50606@sugarcrm.com> References: <4E5DACD6.1000002@sugarcrm.com> <4E5DB4E8.4030509@lerdorf.com> <4E5DBE4A.6010403@sugarcrm.com> <4E5DC1BE.1000800@sugarcrm.com> <4E5DCCE4.1090302@lerdorf.com> <4E5DD5A5.50606@sugarcrm.com> Date: Wed, 31 Aug 2011 02:52:32 -0400 Message-ID: To: Stas Malyshev Cc: Rasmus Lerdorf , PHP Internals Content-Type: multipart/alternative; boundary=20cf3005dd088842fb04abc7921d Subject: Re: [PHP-DEV] 5.4 beta & tests From: lonnyk@gmail.com (Lonny Kapelushnik) --20cf3005dd088842fb04abc7921d Content-Type: text/plain; charset=ISO-8859-1 > > Test strtolower() function [ext/standard/tests/strings/strtolower.phpt] > Test strtoupper() function [ext/standard/tests/strings/strtoupper1.phpt] > > I believe these fail on OSX because we test for undefined ASCII behavior. We call strtolower/strtoupper for all 256 ASCII characters, but ASCII is only defined for 128. The failure in these tests on OSX is above 128, which I do not think we should be testing for. I created a bug for the tests and added a patch to remove testing above 128 chars: https://bugs.php.net/bug.php?id=55546 --20cf3005dd088842fb04abc7921d--