From issues-return-1103-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Fri Apr 04 03:46:00 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 4740 invoked from network); 4 Apr 2008 03:46:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 03:46:00 -0000 Received: (qmail 19665 invoked by uid 500); 4 Apr 2008 03:45:59 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 19645 invoked by uid 500); 4 Apr 2008 03:45:59 -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 19634 invoked by uid 99); 4 Apr 2008 03:45:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 20:45:59 -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, 04 Apr 2008 03:45:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 991B3234C0B8 for ; Thu, 3 Apr 2008 20:43:25 -0700 (PDT) Message-ID: <294132124.1207280605625.JavaMail.jira@brutus> Date: Thu, 3 Apr 2008 20:43:25 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12585382#action_12585382 ] Martin Sebor commented on STDCXX-638: ------------------------------------- Your patch looks good to me, thanks! > [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.cwchar.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.