From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21295 invoked by alias); 6 Nov 2003 02:16:55 -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 21191 invoked from network); 6 Nov 2003 02:16:55 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 6 Nov 2003 02:16:55 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id hA62Gs97017067; Wed, 5 Nov 2003 20:16:54 -0600 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id hA62Gsfa025313; Wed, 5 Nov 2003 20:16:54 -0600 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id hA62Gsj2025312; Wed, 5 Nov 2003 21:16:54 -0500 Date: Thu, 06 Nov 2003 02:16:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200311060216.hA62Gsj2025312@duracef.shout.net> To: gdb-patches@sources.redhat.com, mec@shout.net Subject: Re: [rfc/testsuite/mi/thread] fix call to sleep in pthreads.c X-SW-Source: 2003-11/txt/msg00073.txt.bz2 I've committed this patch. After my next spin, I'll pursue Michael Snyder's suggestion to do the same thing in gdb.threads/pthreads.c. It feels good to cut down the clutter in my test reports! Michael C === 2003-11-05 Michael Chastain * gdb.mi/pthreads.c (routine): Handle early return from sleep.