Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 15847 invoked from network); 27 Oct 2007 21:41:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2007 21:41:21 -0000 Received: (qmail 22266 invoked by uid 500); 27 Oct 2007 21:41:08 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 22255 invoked by uid 500); 27 Oct 2007 21:41:08 -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 22244 invoked by uid 99); 27 Oct 2007 21:41:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Oct 2007 14:41:08 -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; Sat, 27 Oct 2007 21:41:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D5F9F71424F for ; Sat, 27 Oct 2007 14:40:50 -0700 (PDT) Message-ID: <14740984.1193521250873.JavaMail.jira@brutus> Date: Sat, 27 Oct 2007 14:40:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Updated: (STDCXX-254) runall.sh incorrectly invoks test suite executables In-Reply-To: <16558834.1152290909867.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-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-254: -------------------------------- Severity: Runtime Error Affects Version/s: 4.1.3 > runall.sh incorrectly invoks test suite executables > --------------------------------------------------- > > Key: STDCXX-254 > URL: https://issues.apache.org/jira/browse/STDCXX-254 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.3 > Environment: All > Reporter: Andrew Black > Fix For: 4.2 > > Attachments: xopsfix.diff > > > When the run_all.sh script runs a test suite executable, the command used is similar to > ./25.partitions -O ./25.partitions.out -L 183 -M " Linux quandry 2.6.14.5 #1 PREEMPT Thu Dec 29 16:01:39 MST 2005 i686 unknown unknown GNU/Linux " -C gcc-3.2.3 > ./25.partitions.out < /dev/null 2>/dev/null & > The problem with this invokation is that the test suite driver issues the following error message on standard error: > error: -O: option available only in compatibility mode > The solution to this problem is to alter the run_all.sh script to pass --compat as an option to the test prior to passing -O, but this causes problems with the run_locale_utils.sh script. In particular, this script doesn't understand the --compat option, and terminates with a status of 1 as a result. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.