Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 71186 invoked from network); 26 Jan 2006 21:07:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jan 2006 21:07:45 -0000 Received: (qmail 20338 invoked by uid 500); 26 Jan 2006 21:07:45 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 20315 invoked by uid 500); 26 Jan 2006 21:07:45 -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 20302 invoked by uid 99); 26 Jan 2006 21:07:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 13:07:44 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 13:07:44 -0800 Received: from [10.70.3.113] (10.70.3.113 [10.70.3.113]) by bco-exchange.bco.roguewave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id ZGW28KMY; Thu, 26 Jan 2006 14:00:14 -0700 Message-ID: <43D93AF8.8040009@roguewave.com> Date: Thu, 26 Jan 2006 14:11:20 -0700 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: 23.containers.deque.modifiers.cpp References: <43CE6FAC.3000507@moscow.vdiweb.com> <43CFE7F6.4060208@roguewave.com> <43D01A83.4020206@roguewave.com> <43D5298C.2060009@roguewave.com> <43D542BD.7040305@roguewave.com> <43D551B6.2080304@roguewave.com> <43D56352.1090309@roguewave.com> <43D68E13.5060205@roguewave.com> <43D7AA51.40208@roguewave.com> <43D7E81E.2050506@roguewave.com> In-Reply-To: <43D7E81E.2050506@roguewave.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Liviu Nicoara wrote: > Take three: I have attached the two deque tests (modifiers and special). > I have replaced the ToString class with the special formatter X, Goody! > added > special options to disable the different types of iterators exercised > (the "right thing" too). Cool. I removed the nfailed counters and bogus (passing) assertions and the unnecessary #include directives, and added some useful diagnostic output to the deque.special test, and committed the result: http://svn.apache.org/viewcvs.cgi?rev=372607&view=rev. > > I still see the bogus "leaked 0 objects". I could look into it next. I don't see those but the deque.special test crashes (as we discussed), so it would be good to know why (i.e., create a small test case), file a bug report, and at least prevent it from crashing if possible. Thanks! Martin