From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22297 invoked by alias); 19 Aug 2004 08:56:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22286 invoked from network); 19 Aug 2004 08:56:15 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sourceware.org with SMTP; 19 Aug 2004 08:56:15 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BxiiO-0002Xm-00; Thu, 19 Aug 2004 04:56:08 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 7B7454B102; Thu, 19 Aug 2004 04:56:20 -0400 (EDT) Date: Thu, 19 Aug 2004 08:56:00 -0000 From: Michael Chastain To: ibr@ata.cs.hun.edu.tr Subject: Re: testcase for "absolute source" patch Cc: gdb-patches@sources.redhat.com Message-ID: <41246B33.nailG8S117D3F@mindspring.com> References: <20040816144349.GB1509@ata.cs.hun.edu.tr> <412107B7.nailE7I1XJVIH@mindspring.com> <20040818130626.GB1411@ata.cs.hun.edu.tr> <4123763C.nailM3P11DT7E@mindspring.com> <20040818155324.GC1411@ata.cs.hun.edu.tr> <4123A736.nail5OO17XN7L@mindspring.com> <20040818220613.GA3143@ata.cs.hun.edu.tr> <4123E749.nail65Z1YIZ3O@mindspring.com> In-Reply-To: <4123E749.nail65Z1YIZ3O@mindspring.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00578.txt.bz2 Michael Chastain wrote: > I'm going to sleep on it. Tomorrow morning, I'll make a final decision > about build != host, one way or the other. My decision is: build != host is a supported way to run the test suite. However, individual test scripts can drop out with UNSUPPORTED if they want, with this code: if { [is_remote host] } { unresolved "This test script does not work on a remote host." return -1 } The dejagnu documentation for UNRESOLVED says: This message is also used for any test that requires human intervention because it is beyond the abilities of the testing framework. I will write a doco patch for build != host and post it for Eli's review. Michael