From issues-return-1899-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Thu May 15 12:18:25 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 13731 invoked from network); 15 May 2008 12:18:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 12:18:25 -0000 Received: (qmail 60237 invoked by uid 500); 15 May 2008 12:18:27 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 60215 invoked by uid 500); 15 May 2008 12:18:27 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 60204 invoked by uid 99); 15 May 2008 12:18:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 05:18:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 12:17:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F51E234C112 for ; Thu, 15 May 2008 05:17:55 -0700 (PDT) Message-ID: <1547426291.1210853875637.JavaMail.jira@brutus> Date: Thu, 15 May 2008 05:17:55 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Assigned: (STDCXX-372) locale test failure for br_FR.ISO-8859-1 and hu_HU.ISO-8859-2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-372: ------------------------------------ Assignee: (was: Farid Zaripov) > locale test failure for br_FR.ISO-8859-1 and hu_HU.ISO-8859-2 > ------------------------------------------------------------- > > Key: STDCXX-372 > URL: https://issues.apache.org/jira/browse/STDCXX-372 > Project: C++ Standard Library > Issue Type: Bug > Components: Locales > Affects Versions: 4.2.0 > Environment: gcc 3.4.6, Linux x86_64 > msvc, Windows > Reporter: Martin Sebor > Priority: Minor > Fix For: 4.3 > > Original Estimate: 8h > Remaining Estimate: 8h > > Running the test scripts for br_FR.ISO-8859-1 and hu_HU.ISO-8859-2 shows that stages 2 and 3 differ (the diff is below the script output): > {noformat} > $ ./br_FR.ISO-8859-1.sh -d -n > RWSTD_SRC_ROOT=/amd/devco/sebor/stdcxx/etc/nls > export RWSTD_SRC_ROOT > mkdir -p /tmp/locale.11871/stage.1/charmaps > ./localedef -w -c -f /amd/devco/sebor/stdcxx/etc/nls/charmaps/ISO-8859-1 -i /amd/devco/sebor/stdcxx/etc/nls/src/br_FR /tmp/locale.11871/stage.1/br_FR.ISO-8859-1 >/dev/tty 2>&1 > LC_ALL=/tmp/locale.11871/stage.1/br_FR.ISO-8859-1 ./locale --charmap -l >/tmp/locale.11871/stage.1/charmaps/ISO-8859-1 2>/dev/tty > LC_ALL=/tmp/locale.11871/stage.1/br_FR.ISO-8859-1 ./locale -ck -h -l LC_ALL >/tmp/locale.11871/stage.1/br_FR.src 2>/dev/tty > mkdir -p /tmp/locale.11871/stage.2/charmaps > ./localedef -w -c -f /tmp/locale.11871/stage.1/charmaps/ISO-8859-1 -i /tmp/locale.11871/stage.1/br_FR.src /tmp/locale.11871/stage.2/br_FR.ISO-8859-1 >/dev/tty 2>&1 > RWSTD_SRC_ROOT=/tmp/locale.11871/stage.1 > export RWSTD_SRC_ROOT > LC_ALL=/tmp/locale.11871/stage.2/br_FR.ISO-8859-1 ./locale --charmap -l >/tmp/locale.11871/stage.2/charmaps/ISO-8859-1 2>/dev/tty > LC_ALL=/tmp/locale.11871/stage.2/br_FR.ISO-8859-1 ./locale -ck -h -l LC_ALL >/tmp/locale.11871/stage.2/br_FR.src 2>/dev/tty > mkdir -p /tmp/locale.11871/stage.3/charmaps > ./localedef -w -c -f /tmp/locale.11871/stage.2/charmaps/ISO-8859-1 -i /tmp/locale.11871/stage.2/br_FR.src /tmp/locale.11871/stage.3/br_FR.ISO-8859-1 >/dev/tty 2>&1 > RWSTD_SRC_ROOT=/tmp/locale.11871/stage.2 > export RWSTD_SRC_ROOT > LC_ALL=/tmp/locale.11871/stage.3/br_FR.ISO-8859-1 ./locale --charmap -l >/tmp/locale.11871/stage.3/charmaps/ISO-8859-1 2>/dev/tty > LC_ALL=/tmp/locale.11871/stage.3/br_FR.ISO-8859-1 ./locale -ck -h -l LC_ALL >/tmp/locale.11871/stage.3/br_FR.src 2>/dev/tty > diff /tmp/locale.11871/stage.1/charmaps/ISO-8859-1 /tmp/locale.11871/stage.2/charmaps/ISO-8859-1 >/dev/null > diff /tmp/locale.11871/stage.2/charmaps/ISO-8859-1 /tmp/locale.11871/stage.3/charmaps/ISO-8859-1 >/dev/null > diff /tmp/locale.11871/stage.2/br_FR.src /tmp/locale.11871/stage.3/br_FR.src >/dev/null > ## AssertionFailed: /tmp/locale.11871/stage.2/br_FR.src and /tmp/locale.11871/stage.3/br_FR.src differ. > # +-----------------------+--------+--------+--------+ > # | DIAGNOSTIC | ACTIVE | TOTAL |INACTIVE| > # +-----------------------+--------+--------+--------+ > # | (S7) ASSERTION | 1 | 16 | 93% | > # +-----------------------+--------+--------+--------+ > ## Assertions = 16 > ## FailedAssertions = 1 > $ diff /tmp/locale.11871/stage.2/br_FR.src /tmp/locale.11871/stage.3/br_FR.src > 5,6c5,6 > < # codeset_off: 8640 > < # charmap_off: 8651 > --- > > # codeset_off: 8520 > > # charmap_off: 8531 > 8c8 > < # num_elms: 264 > --- > > # num_elms: 258 > 12,14c12 > < # largest_ce: 2 > < collating-element from "" > < collating-element from "" > --- > > # largest_ce: 1 > 17,18d14 > < \x38;\x23;\x0c;IGNORE; > < \x38;\x23;\x0d;IGNORE; > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.