From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 312 invoked by alias); 23 Dec 2001 09:44:37 -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 32578 invoked from network); 23 Dec 2001 09:44:33 -0000 Received: from unknown (HELO localhost.cygnus.com) (144.134.109.103) by sources.redhat.com with SMTP; 23 Dec 2001 09:44:33 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id CAB583EA5; Sun, 23 Dec 2001 08:50:49 +0000 (GMT) Message-ID: <3C259AE9.2050609@cygnus.com> Date: Sun, 23 Dec 2001 01:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: law@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: Disable gdb.threads-hp References: <27748.1008892015@porcupine.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00569.txt.bz2 > As they stand, these tests are horribly broken. Someone may want to > resurrect them one day. For now, I'm disabling them. Per Fernando's > early email, I'm going to go ahead and check-in this change. > > * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely. > * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely. > * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely. Jeff, A GDB convention is to add an ``OBSOLETE'' prefix to code like this - that way people using search scripts can ignore those lines. In addition, GDB takes a pretty ruthless aproach to such code and deletes it after the next release. Since this is tcl, I suspect the prefix should be: # OBSOLETE can I suggest also adding that. enjoy, Andrew