Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44279 invoked from network); 26 Jan 2014 09:13:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 09:13:05 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:34177] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/92-24308-F91D4E25 for ; Sun, 26 Jan 2014 04:13:04 -0500 Received: by mail-lb0-f171.google.com with SMTP id c11so3633353lbj.2 for ; Sun, 26 Jan 2014 01:13:00 -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=014oAqLqKyKzqktA/NN8LhqX+etsojZQT+RfEdr4iWc=; b=L7RuudFoh1DWBDo40aMSjnQvxn+bFRV8wPYg7QvW5guwhAxevNKxxfh6UhhkPW/FqV S2zCQ4JlAwCOF8+87qpWtKAWtO6/d9M8a05vT2Ivrm3KBLEwzHEwQKahIVQKpOtOsqBb RT4TYczptMAOGrWeuOgYp1/U4XMoi60zplMBmg03xM65GztbP7LGJonhD8yfs9GpTipH 80RGqHAVugRDVHZ8FiuSXoO0osoXa6Mw/C0Rsi/IXJDhqzcNu33gW4HII+palWzoCjij zXcqHSiroB3n0V2F18jyQ2tvtNNuqLTXtC5CylC5j/Dn7g0PkZ71sNiJJ2Ve8ym1BVPs z6ig== X-Received: by 10.112.132.102 with SMTP id ot6mr13408084lbb.27.1390727580181; Sun, 26 Jan 2014 01:13:00 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 01:12:20 -0800 (PST) In-Reply-To: <52E4AAC5.3060807@sugarcrm.com> References: <52E4AAC5.3060807@sugarcrm.com> Date: Sun, 26 Jan 2014 18:12:20 +0900 X-Google-Sender-Auth: vDEy42Sr1YihOKwlpuef8uFtNxA Message-ID: To: Stas Malyshev Cc: Moriyoshi Koizumi , PHP Internals Content-Type: multipart/alternative; boundary=047d7b3431ea656a7c04f0dbff9f Subject: Re: zend_multibyte tests failing on Travis From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b3431ea656a7c04f0dbff9f Content-Type: text/plain; charset=UTF-8 Hi Stas, On Sun, Jan 26, 2014 at 3:27 PM, Stas Malyshev wrote: > I see that a lot of tests from ext/mbstring/tests/zend_multibyte* are > failing on Travis CI, with messages like: > > php: Zend/zend_language_scanner.l:129: > encoding_filter_script_to_internal: Assertion `internal_encoding && > zend_multibyte_check_lexer_compatibility(internal_encoding)' failed. > > Could somebody check out what's going on with these and fix them? If > it's not possible now we should move them to XFAIL then. > These tests are skipped by mistake. These tests should be enabled for 5.4 and later but they were skipped. I recently re-enabled these tests as you may know already from commit log. zend multibyte is working with typical configuration, so it's not a show stopper. Just FYI. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b3431ea656a7c04f0dbff9f--