From issues-return-1386-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Thu Apr 17 10:46:29 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 69839 invoked from network); 17 Apr 2008 10:46:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 10:46:29 -0000 Received: (qmail 95282 invoked by uid 500); 17 Apr 2008 10:46:30 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 95258 invoked by uid 500); 17 Apr 2008 10:46:30 -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 95249 invoked by uid 99); 17 Apr 2008 10:46:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 03:46:30 -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, 17 Apr 2008 10:45:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2804E234C0D6 for ; Thu, 17 Apr 2008 03:43:22 -0700 (PDT) Message-ID: <1978205679.1208429002162.JavaMail.jira@brutus> Date: Thu, 17 Apr 2008 03:43:22 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Closed: (STDCXX-638) [MSVC] 21.cwctype test fails 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-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-638. -------------------------------- Merged in 4.2.x branch thus: http://svn.apache.org/viewvc?view=rev&revision=648752 > [MSVC] 21.cwctype test fails > ---------------------------- > > Key: STDCXX-638 > URL: https://issues.apache.org/jira/browse/STDCXX-638 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: 4.2.0 > Environment: MSVC, ICC/Windows > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.1 > > Attachments: 21.cwctype.cpp.diff > > Original Estimate: 1h > Time Spent: 1h > Remaining Estimate: 0h > > The 21.cwctype.cpp test fails with the following assertions: > ----------- > # ASSERTION (S7) (4 lines): > # TEXT: std::wctype (const char*) not defined > # CLAUSE: lib.c.strings > # LINE: 873 > # ASSERTION (S7) (4 lines): > # TEXT: std::wctrans (const char*) not defined > # CLAUSE: lib.c.strings > # LINE: 899 > # ASSERTION (S7) (4 lines): > # TEXT: std::towctrans(wint_t, wctrans_t) not defined > # CLAUSE: lib.c.strings > # LINE: 909 > ----------- > Also there are number of assertions like this: > ---------- > # ASSERTION (S7) (3 lines): > # TEXT: ' ' mask extra bits print (0x40) > # CLAUSE: lib.c.strings > ---------- > In the latter the test expects that iswctype() returns 0 for the characters > 127 (because in the char_mask [256] array initialized only first 128 elements), but actually this is not true. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.