Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 66631 invoked from network); 2 Nov 2007 22:32:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 22:32:11 -0000 Received: (qmail 54762 invoked by uid 500); 2 Nov 2007 22:31:59 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 54750 invoked by uid 500); 2 Nov 2007 22:31:59 -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 54739 invoked by uid 99); 2 Nov 2007 22:31:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 15:31:59 -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; Fri, 02 Nov 2007 22:32:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADCED71422B for ; Fri, 2 Nov 2007 15:31:50 -0700 (PDT) Message-ID: <25052860.1194042710709.JavaMail.jira@brutus> Date: Fri, 2 Nov 2007 15:31:50 -0700 (PDT) From: "Travis Vitek (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-644) 19.exceptions.mt test fails due to STDCXX-643 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 19.exceptions.mt test fails due to STDCXX-643 --------------------------------------------- Key: STDCXX-644 URL: https://issues.apache.org/jira/browse/STDCXX-644 Project: C++ Standard Library Issue Type: Bug Components: Tests Affects Versions: 4.2 Environment: AIX Reporter: Travis Vitek Priority: Minor Fix For: 4.2.1 The test fails because a loop counter is trounced on every iteration, preventing the loop condition from failing. A simple workaround would be to move the declaration of the loop variable so as to avoid the problem so that the test can run. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.