Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 9945 invoked from network); 4 Jul 2007 18:28:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 18:28:54 -0000 Received: (qmail 71700 invoked by uid 500); 4 Jul 2007 18:28:57 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 71688 invoked by uid 500); 4 Jul 2007 18:28:56 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 71677 invoked by uid 99); 4 Jul 2007 18:28:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 11:28:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of msebor@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 11:28:53 -0700 Received: by py-out-1112.google.com with SMTP id d32so4789472pye for ; Wed, 04 Jul 2007 11:28:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:organization:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=Vfe17jejAIXX+1wG3osIzqrtbZt+l4EJZsWAcR3RHiXjO8rsMLAoKq1Z1WMfvYhUSkqCDg0MWJjVzLK5TjL8mMvzsB8dgcnq3Q8cP088UkJFeLqfPWjGvatvauqPZa6QFXWYypdRbvkJllwwMlEda4CIY8C6nG1mZEJYVS7Xp/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:organization:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=TzBAcK4ubWjSReXaAuRZ1R7dRWYflmgpher9AR9t/FNZM8q3h5wswW+84sIdauiM60D4XNMeFQ5v7ozrQnATT9EERAh0byuH4O8OxUEbl6lTHQgmxg+NZlyWACnXbjGXX6Uhn9YPpcU1RbUwgjF5CcydytWQ30d5AEJ3ELA39rM= Received: by 10.141.52.5 with SMTP id e5mr2133841rvk.1183573711234; Wed, 04 Jul 2007 11:28:31 -0700 (PDT) Received: from ?192.168.1.104? ( [71.229.200.170]) by mx.google.com with ESMTP id k2sm2521989rvb.2007.07.04.11.28.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Jul 2007 11:28:31 -0700 (PDT) Message-ID: <468BE6C8.40008@roguewave.com> Date: Wed, 04 Jul 2007 12:28:24 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20070531 Fedora/1.0.9-1.fc6 pango-text SeaMonkey/1.0.9 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: 27.ostream test fail References: <7BDB2168BEAEF14C98F1901FD2DE6438A6E31B@epmsa009.minsk.epam.com> In-Reply-To: <7BDB2168BEAEF14C98F1901FD2DE6438A6E31B@epmsa009.minsk.epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org Farid Zaripov wrote: > The 27.ostream.cpp test issues rw_assert() (function test_flush(), > line 1421). > The test expect that basic_ostream<>::flush() wouldn't call > rdbuf()->pubsync() > when rdstate() == failbit. But standard (27.6.2.6 p7) say nothing about > that. > I have found corresponding lwg issue 397, but status of the issue is > open > (without proposed resolution). What should we do with that rw_assert() ? The issue you're looking for is: http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#581 Martin