From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20661 invoked by alias); 27 Jul 2003 17:42:17 -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 20654 invoked from network); 27 Jul 2003 17:42:16 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 27 Jul 2003 17:42:16 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h6RHgDgX009626; Sun, 27 Jul 2003 12:42:13 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h6RHgDHK009819; Sun, 27 Jul 2003 12:42:13 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h6RHgDYC009818; Sun, 27 Jul 2003 13:42:13 -0400 Date: Sun, 27 Jul 2003 17:42:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307271742.h6RHgDYC009818@duracef.shout.net> To: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: RFC: Some expect cleanups for the threads tests Cc: ezannoni@redhat.com X-SW-Source: 2003-07/txt/msg00475.txt.bz2 It works for me. Nothing got worse, and several things got better. The print-threads change has no visible effect in my test bed. The tls.exp change improves some configurations by giving an UNSUPPORTED earlier (configurations with gcc HEAD). The tls-shared.exp change gets rid of a bunch of ERROR/WARNING crap after the UNSUPPORTED happens. Recommended for self-approval. (My test bed is red hat linux 8 with the vendor glibc, and a bunch of different gcc's and binutils). Michael C === 2003-07-26 Daniel Jacobowitz * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL pattern. * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file. * gdb.threads/tls.exp: Recognize one case of the host library not supporting TLS.