From issues-return-447-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Tue Feb 26 18:13:51 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 18384 invoked from network); 26 Feb 2008 18:13:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 18:13:51 -0000 Received: (qmail 84518 invoked by uid 500); 26 Feb 2008 18:13:46 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 84504 invoked by uid 500); 26 Feb 2008 18:13:46 -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 84495 invoked by uid 99); 26 Feb 2008 18:13:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 10:13:46 -0800 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; Tue, 26 Feb 2008 18:13:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B28229A0016 for ; Tue, 26 Feb 2008 10:12:51 -0800 (PST) Message-ID: <114256961.1204049571503.JavaMail.jira@brutus> Date: Tue, 26 Feb 2008 10:12:51 -0800 (PST) From: "Travis Vitek (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-608) test driver support for canonical locale names 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-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-608: -------------------------------- Remaining Estimate: 0h (was: 15.5h) > test driver support for canonical locale names > ---------------------------------------------- > > Key: STDCXX-608 > URL: https://issues.apache.org/jira/browse/STDCXX-608 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Environment: IBM XLC++ 9.0/AIX 5.3 > Reporter: Martin Sebor > Assignee: Travis Vitek > Fix For: 4.2.1 > > Attachments: countries, encodings, languages, stdcxx-608.patch > > Original Estimate: 24h > Time Spent: 8.5h > Remaining Estimate: 0h > > When compiled with IBM XLC++ 9.0 on AIX 5.3, the majority of ctype tests appear to hang (or time out). The output below has been copied from a 12a log for the latest trunk: > {noformat} > 22.locale.ctype.is HUP 0 7.330 259.490 300.090 > 22.locale.ctype.narrow HUP 0 7.630 269.980 300.090 > 22.locale.ctype HUP 0 8.090 274.500 300.130 > 22.locale.ctype.scan 0 0 540926 2 99% 4.320 140.280 154.680 > 22.locale.ctype.tolower HUP 0 7.720 275.110 300.090 > 22.locale.ctype.toupper HUP 0 7.860 282.690 300.100 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.