Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 10664 invoked from network); 27 Mar 2007 00:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2007 00:10:53 -0000 Received: (qmail 54805 invoked by uid 500); 27 Mar 2007 00:11:00 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54746 invoked by uid 500); 27 Mar 2007 00:11:00 -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 54731 invoked by uid 99); 27 Mar 2007 00:11:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 17:11:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 17:10:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C07171403F for ; Mon, 26 Mar 2007 17:10:32 -0700 (PDT) Message-ID: <31733392.1174954232148.JavaMail.jira@brutus> Date: Mon, 26 Mar 2007 17:10:32 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-374) [exec] incorrect pass rate for 23.deque.iterators on Windows In-Reply-To: <29368079.1174953212140.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-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-374: ----------------------------------- Assignee: Andrew Black > [exec] incorrect pass rate for 23.deque.iterators on Windows > ------------------------------------------------------------ > > Key: STDCXX-374 > URL: https://issues.apache.org/jira/browse/STDCXX-374 > Project: C++ Standard Library > Issue Type: Bug > Components: Utilities > Affects Versions: 4.2 > Environment: MSVC 7.1, 8.0/Windows > Reporter: Martin Sebor > Assigned To: Andrew Black > > -------- Original Message -------- > Subject: incorrect pass rate for 23.deque.iterators on Windows > Date: Fri, 23 Mar 2007 10:28:35 -0600 > From: Martin Sebor > Reply-To: stdcxx-dev@incubator.apache.org > Organization: Rogue Wave Software > To: stdcxx-dev@incubator.apache.org > While looking at our Windows nightly test results I spotted > what I suspect to be a case of some bad math in the exec > utility when calculating percentages. The 23.deque.iterators > test is reported as failing 0 out of a total of 77,810,809 > assertions and its pass rate as being 44%. This happens with > both MSVC 7.1 and 8.0. The pass rate is clearly wrong but I > suspect the 77 million assertions isn't really correct either > (on UNIX we consistently get 4,915,404). > 23.deque.iterators.exe 0 0 77810809 0 44% 3.203 > I'm guessing it's one of two things: either we have a Windows > specific bug in our code in exec, or there is a bug in both > versions of MSVC that causes this. > Andrew or Farid, do you guys have any insight? > Martin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.