From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19875 invoked by alias); 20 Dec 2001 23:48:48 -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 17314 invoked from network); 20 Dec 2001 23:47:30 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 23:47:30 -0000 Received: from porcupine.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA07066 for ; Thu, 20 Dec 2001 15:47:28 -0800 (PST) Received: from porcupine.cygnus.com (law@localhost) by porcupine.cygnus.com (8.11.6/8.11.6) with ESMTP id fBKNkt327749 for ; Thu, 20 Dec 2001 16:46:56 -0700 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 To: gdb-patches@sources.redhat.com Reply-to: law@redhat.com From: law@redhat.com Subject: Disable gdb.threads-hp Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Dec 2001 15:48:00 -0000 Message-ID: <27748.1008892015@porcupine.cygnus.com> X-SW-Source: 2001-12/txt/msg00551.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. Index: gdb.hp/gdb.threads-hp/usrthbasic.exp =================================================================== RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp ,v retrieving revision 1.1.350.1 diff -c -3 -p -r1.1.350.1 usrthbasic.exp *** usrthbasic.exp 2001/12/19 20:52:17 1.1.350.1 --- usrthbasic.exp 2001/12/20 23:43:27 *************** *** 22,27 **** --- 22,30 ---- # #log_user 1 + verbose "HP's thread tests are broken beyond repair right now." + return 0 + if $tracelevel { strace $tracelevel } Index: gdb.hp/gdb.threads-hp/usrthcore.exp =================================================================== RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp, v retrieving revision 1.1.350.1 diff -c -3 -p -r1.1.350.1 usrthcore.exp *** usrthcore.exp 2001/12/19 20:52:17 1.1.350.1 --- usrthcore.exp 2001/12/20 23:43:27 *************** *** 22,27 **** --- 22,30 ---- # #log_user 1 + verbose "HP's thread tests are broken beyond repair right now." + return 0 + if $tracelevel { strace $tracelevel } Index: gdb.hp/gdb.threads-hp/usrthfork.exp =================================================================== RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp, v retrieving revision 1.1.350.1 diff -c -3 -p -r1.1.350.1 usrthfork.exp *** usrthfork.exp 2001/12/19 20:52:17 1.1.350.1 --- usrthfork.exp 2001/12/20 23:43:27 *************** *** 18,23 **** --- 18,26 ---- # Please email any bugs, comments, and/or additions to this file to: # bug-gdb@prep.ai.mit.edu + verbose "HP's thread tests are broken beyond repair right now." + return 0 + if $tracelevel { strace $tracelevel }