From issues-return-2152-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Fri Jun 06 16:48:16 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 46870 invoked from network); 6 Jun 2008 16:48:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 16:48:16 -0000 Received: (qmail 23329 invoked by uid 500); 6 Jun 2008 16:48:19 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 23301 invoked by uid 500); 6 Jun 2008 16:48:19 -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 23290 invoked by uid 99); 6 Jun 2008 16:48:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 09:48:19 -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; Fri, 06 Jun 2008 16:47:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23CE9234C133 for ; Fri, 6 Jun 2008 09:47:45 -0700 (PDT) Message-ID: <315024421.1212770865145.JavaMail.jira@brutus> Date: Fri, 6 Jun 2008 09:47:45 -0700 (PDT) From: "Travis Vitek (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 ] Travis Vitek reassigned STDCXX-372: ----------------------------------- Assignee: Travis Vitek > 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 > Assignee: Travis Vitek > 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.