Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61490 invoked from network); 4 Sep 2011 16:38:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2011 16:38:18 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:38036] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/82-34132-779A36E4 for ; Sun, 04 Sep 2011 12:38:17 -0400 Received: by gxk27 with SMTP id 27so3186723gxk.29 for ; Sun, 04 Sep 2011 09:38:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=aaPj3Bq1CWOUxngd+UaMUuXzceIEXxP5kmFxK8v6JNs=; b=oUApPmCls7iUYtxa7UpgblLEdDmj2YKKAwdya1zIUIqZ/YTpawclUvt7Ci7X/AjBtn RS9KhJlcLoVth4nEEiD3HMgPfafRhLwnskPJItstXpRMB3Jt07N76UjWSMsorV24Hwl7 Q7UvppqmEtS+mwNLN3saJSkg8xFVX7SPwcQSM= MIME-Version: 1.0 Received: by 10.236.181.137 with SMTP id l9mr9327190yhm.56.1315154291307; Sun, 04 Sep 2011 09:38:11 -0700 (PDT) Received: by 10.147.182.15 with HTTP; Sun, 4 Sep 2011 09:38:11 -0700 (PDT) Date: Sun, 4 Sep 2011 18:38:11 +0200 Message-ID: To: Stas Malyshev , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: intl tests failures From: pierre.php@gmail.com (Pierre Joye) hi, The following tests fail on our tests boxes and gcov: datefmt_localtime_code() [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\dateformat_localtime.phpt] datefmt_parse_code() [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\dateformat_parse.phpt] datefmt_parse_localtime() with parse pos [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\dateformat_parse_localtime_parsepos.phpt] datefmt_parse_timestamp_code() with parse pos [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\dateformat_parse_timestamp_parsepos.phpt] locale_get_display_region() [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\locale_get_display_region.phpt] locale_get_region() [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\locale_get_region.phpt] locale_parse_locale() [G:\php-sdk\php-src\branches\PHP_5_4\ext\intl\tests\locale_parse_locale.phpt] Stas, would you like to look at them or like me to do it? Some are DST related, not sure if it is related to a diff ICU version (we use the latest). Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org