From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8770 invoked by alias); 24 Feb 2004 19:55:47 -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 8757 invoked from network); 24 Feb 2004 19:55:46 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 24 Feb 2004 19:55:46 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3D58E2B92; Tue, 24 Feb 2004 14:55:44 -0500 (EST) Message-ID: <403BAC40.3020700@gnu.org> Date: Tue, 24 Feb 2004 19:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: David Carlton , Anthony Green , gdb-patches@sources.redhat.com Subject: Re: [commit/java] Work around java/1565 in jmisc.exp References: <403B77DB.2010401@gnu.org> <403B8E21.3020100@gnu.org> <20040224174915.GA32521@nevyn.them.org> In-Reply-To: <20040224174915.GA32521@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00694.txt.bz2 >>BTW, I looked at KFAILing "jmisc.exp" but dropped the idea like a hot >>> potato - the FAIL is burried deep in the depths of "runto" :-( > > > All you'd need then would be a setup_kfail, no? And randomly kfail any any of? fail "setting breakpoint at $function (timeout)" fail "running to $function in runto" fail "running to $function in runto (timeout)" er, no. > Sure, you don't get to > match the explicit failing pattern that way... Andrew