Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 9548 invoked from network); 3 Jun 2008 10:37:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jun 2008 10:37:06 -0000 Received: (qmail 98415 invoked by uid 500); 3 Jun 2008 10:37:09 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 98388 invoked by uid 500); 3 Jun 2008 10:37:09 -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 98367 invoked by uid 99); 3 Jun 2008 10:37:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2008 03:37:09 -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; Tue, 03 Jun 2008 10:36:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A21C2234C12D for ; Tue, 3 Jun 2008 03:36:45 -0700 (PDT) Message-ID: <1728931677.1212489405663.JavaMail.jira@brutus> Date: Tue, 3 Jun 2008 03:36:45 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Updated: (STDCXX-950) 27.basic.ios test fails with assertions In-Reply-To: <870944769.1212489164928.JavaMail.jira@brutus> 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-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-950: --------------------------------- Attachment: 27.basic.ios.cpp.diff The proposed patch is attached. ChangeLog: {noformat} 2008-06-03 Farid Zaripov * tests/iostream/27.basic.ios.cpp (test_ctors): Clear internal fmtflags bits when verifying basic_ios::flags() method. {noformat} > 27.basic.ios test fails with assertions > --------------------------------------- > > Key: STDCXX-950 > URL: https://issues.apache.org/jira/browse/STDCXX-950 > Project: C++ Standard Library > Issue Type: Bug > Components: Tests > Affects Versions: trunk > Environment: All > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Priority: Minor > Fix For: 4.2.2 > > Attachments: 27.basic.ios.cpp.diff > > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > The 27.basic.ios test fails with the following assertions: > {noformat} > # ASSERTION (S7) (5 lines): > # TEXT: basic_ios::flags () == dec | skipws, got dec | skipws | nolock | nolockbuf > # CLAUSE: lib.iostream.basic_ios > # FILE: 27.basic.ios.cpp > # LINE: 253 > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.