From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28047 invoked by alias); 25 Nov 2005 23:21:28 -0000 Received: (qmail 28039 invoked by uid 22791); 25 Nov 2005 23:21:28 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Nov 2005 23:21:27 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jAPNKfer006336; Sat, 26 Nov 2005 00:20:42 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jAPNKfM5017181; Sat, 26 Nov 2005 00:20:41 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jAPNKfkv010544; Sat, 26 Nov 2005 00:20:41 +0100 (CET) Date: Sat, 26 Nov 2005 04:01:00 -0000 Message-Id: <200511252320.jAPNKfkv010544@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: msnyder@redhat.com CC: gdb-patches@sources.redhat.com, drow@false.org In-reply-to: <4387914C.1000404@redhat.com> (message from Michael Snyder on Fri, 25 Nov 2005 14:33:48 -0800) Subject: Re: [RFA] Run follow-fork tests on Linux References: <4387914C.1000404@redhat.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00478.txt.bz2 > Date: Fri, 25 Nov 2005 14:33:48 -0800 > From: Michael Snyder > > This allows the tests "foll-fork" and "foll-vfork" to run on Linux, > where they mostly pass. A little more verbose output from linux-nat.c > will fix the remaining failures. I think Dan J. and I basically agreed that actually the verbose output seen on HP-UX is undesirable. So we should probably fix the testsuite instead. I think that makes the second chunck of the patch unecessary. Oh, and I really think you should check for *-*-linux* instead of *-pc-linux*. That said I'd like to see these tests enabled on *-*-openbsd3.9 and up too. Feel free to add those. If you don't I'll consider it to be an obvious patch once you've committed the Linux stuff. Mark