From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2073 invoked by alias); 25 Aug 2003 15:15:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2066 invoked by uid 48); 25 Aug 2003 15:15:25 -0000 Date: Mon, 25 Aug 2003 15:15:00 -0000 From: "dank at kegel dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20030825151524.12055.dank@kegel.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/12055] New: testcase g++-bprob-1 fails when run remotely X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg02921.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12055 Summary: testcase g++-bprob-1 fails when run remotely Product: gcc Version: 3.3.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org g++-bprob-1 fails when run remotely because the test driver assumes the output files are available locally. A proper fix might be to modify the test driver to use the dejagnu remote file operations to retrieve the output files if is_remote is true.