Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 143 invoked from network); 26 Jan 2014 22:01:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 22:01:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:38297] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/04-12631-BB585E25 for ; Sun, 26 Jan 2014 17:01:32 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so4021320lab.9 for ; Sun, 26 Jan 2014 14:01:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=HkcG+D86eu2fN+LtOEXt4hYdpaMfOKpYIH0fIHlE2UI=; b=snHswILtJhHFeIruuOTMFuS8cRsOWN2mM0+k8wQMF8GMwetcc4dqNakHLO+cICfy9d 8ae/rdx0/eEB5Wsi04zm2hfVP5nCgJLtz3zbG1zSO+B5NC9MmTZtb+2NTPKpOWz0smBb IwKb89pU3iMn5f7jxYf3KbzahRf3JLgLcPIB42Qk6rrUWRajFNaUX3ZaWVctluFD+SY7 M3KzZN99gs2VZ5E/G0TrLL2ZQw0kieFJbFUAyVlcYoF9y70ULbCLw5bGUX7DmJ0WT0hB up94mm7DI6XDJJWDUtMWMWQizufwnT2htzNWWcHpfg1DYBtSAwbvjH2SjIMNgD3njXTx aBtQ== X-Received: by 10.112.169.8 with SMTP id aa8mr17305lbc.72.1390773688554; Sun, 26 Jan 2014 14:01:28 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 14:00:48 -0800 (PST) In-Reply-To: <52E56D13.30704@sugarcrm.com> References: <52E4AAC5.3060807@sugarcrm.com> <52E56D13.30704@sugarcrm.com> Date: Mon, 27 Jan 2014 07:00:48 +0900 X-Google-Sender-Auth: pHXu4k53Mg4ZQBqZ4Ywz-pbVY4w Message-ID: To: Stas Malyshev Cc: Moriyoshi Koizumi , PHP Internals Content-Type: multipart/alternative; boundary=001a11c3878aab5adb04f0e6bba2 Subject: Re: zend_multibyte tests failing on Travis From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c3878aab5adb04f0e6bba2 Content-Type: text/plain; charset=UTF-8 Hi Stas, On Mon, Jan 27, 2014 at 5:16 AM, Stas Malyshev wrote: > > zend multibyte is working with typical configuration, so it's not a show > > stopper. > > How we know it's working if most of the tests are actually failing? And > what's the point of enabling the tests that are failing and nobody cares > to fix them? I think there are many. Isn't XFAIL for this purpose? These tests were skipped since the skip condition has changed. (i.e. PHP 5.4) It could be easy to fix, but I just don't have much time to spent for this right now. I may take care of them next month if nobody cares. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c3878aab5adb04f0e6bba2--