Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73621 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25418 invoked from network); 7 Apr 2014 12:48:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2014 12:48:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.44 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:59830] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/40-21811-2BE92435 for ; Mon, 07 Apr 2014 08:48:51 -0400 Received: by mail-qg0-f44.google.com with SMTP id a108so6178981qge.31 for ; Mon, 07 Apr 2014 05:48:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XoGkgK8F+LerE54Cin6aOPFqq7AUrvQxuE6KPcy32vs=; b=Mqukf90X66M/8wwhCAJtvysft+umLNofWygvZHEavBWN4hjBrgeORGwvzH0LEEGGsC ZyJz/wbeIplWis1ewmd1y4ZK8wTiTVDeyIE8tZa1Lx3wTpvw54Ev6N6mF0JGjlM+C5mJ gvQDSk93slN12YdFH/nlNREQ32entcO9qPArFNHbWvPfGEboKjfdsPj2Vaxu9rluEXO4 x8KAleEV8kDzSg1JAC3ak0vGLesI8QwKVzhfu5DFv3I/9CV0gD1GZsfUv6lFNUevQm9x zYDbK/F2POAOvFg84oaC3UQUQ5VBkR9h4S3bm51ALMIphC7EbtdJj6CgLWwtLt/x41gT sYHA== MIME-Version: 1.0 X-Received: by 10.140.84.40 with SMTP id k37mr13871036qgd.65.1396874927906; Mon, 07 Apr 2014 05:48:47 -0700 (PDT) Received: by 10.140.17.34 with HTTP; Mon, 7 Apr 2014 05:48:47 -0700 (PDT) Date: Mon, 7 Apr 2014 14:48:47 +0200 Message-ID: To: Anatoliy Belsky , PHP Internals Content-Type: multipart/alternative; boundary=001a11c124b0dfa4f204f6734936 Subject: failing intl test (ext/intl/tests/dateformat_format_variant2.phpt) From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c124b0dfa4f204f6734936 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I have never managed to make this test pass for me, even thought that I was trying with different ICU versions. I'm currently testing with ICU 52.1 from homebrew on Mavericks and with the same ICU version on debian wheezy and it fails with the same diff: 209+ 'timezone_type' =3D> 2,^M 210+ 'timezone' =3D> 'PDT',^M 209- 'timezone_type' =3D> 3,^M 210- 'timezone' =3D> 'America/Los_Angeles',^M 217+ 'timezone_type' =3D> 2,^M 218+ 'timezone' =3D> 'PDT',^M 217- 'timezone_type' =3D> 3,^M 218- 'timezone' =3D> 'America/Los_Angeles',^M 225+ 'timezone_type' =3D> 2,^M 226+ 'timezone' =3D> 'PDT',^M 225- 'timezone_type' =3D> 3,^M 226- 'timezone' =3D> 'America/Los_Angeles',^M 233+ 'timezone_type' =3D> 2,^M 234+ 'timezone' =3D> 'PDT',^M 233- 'timezone_type' =3D> 3,^M 234- 'timezone' =3D> 'America/Los_Angeles',^M 241+ 'timezone_type' =3D> 2,^M 242+ 'timezone' =3D> 'PDT',^M 241- 'timezone_type' =3D> 3,^M 242- 'timezone' =3D> 'America/Los_Angeles', Could anybody who has this test passing tell me what ICU version are you testing with? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c124b0dfa4f204f6734936--