From stdcxx-dev-return-1703-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Jul 07 16:50:50 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 17050 invoked from network); 7 Jul 2006 16:50:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 16:50:50 -0000 Received: (qmail 48606 invoked by uid 500); 7 Jul 2006 16:50:50 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 48590 invoked by uid 500); 7 Jul 2006 16:50:50 -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 48579 invoked by uid 99); 7 Jul 2006 16:50:50 -0000 Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 09:50:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D487A714219 for ; Fri, 7 Jul 2006 16:48:29 +0000 (GMT) Message-ID: <16558834.1152290909867.JavaMail.jira@brutus> Date: Fri, 7 Jul 2006 16:48:29 +0000 (GMT+00:00) From: "Andrew Black (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-254) runall.sh incorrectly invoks test suite executables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 runall.sh incorrectly invoks test suite executables --------------------------------------------------- Key: STDCXX-254 URL: http://issues.apache.org/jira/browse/STDCXX-254 Project: C++ Standard Library Type: Bug Components: Build Environment: All Reporter: Andrew Black 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira