From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8326 invoked by alias); 10 Jul 2002 23:04:38 -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 8310 invoked from network); 10 Jul 2002 23:04:36 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 10 Jul 2002 23:04:36 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.11.6/8.11.6) with ESMTP id g6AN4Y900212; Thu, 11 Jul 2002 01:04:34 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.11.6/8.11.6) id g6AN4YO00530; Thu, 11 Jul 2002 01:04:34 +0200 (CEST) (envelope-from kettenis) Date: Wed, 10 Jul 2002 16:09:00 -0000 From: Mark Kettenis Message-Id: <200207102304.g6AN4YO00530@elgar.kettenis.dyndns.org> To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3D2CA1E0.90201@ges.redhat.com> (message from Andrew Cagney on Wed, 10 Jul 2002 17:06:40 -0400) Subject: Re: [PATCH/RFA] Add xfail for i386 BSD's References: <200207041448.g64EmsU08483@elgar.kettenis.dyndns.org> <3D2CA1E0.90201@ges.redhat.com> X-SW-Source: 2002-07/txt/msg00214.txt.bz2 Date: Wed, 10 Jul 2002 17:06:40 -0400 From: Andrew Cagney > I'm convinced this failure is caused by a kernel bug present on all > i386 BSD's. Seen on FreeBSD and OpenBSD, and since OpenBSD is so > similar to OpenBSD, I expect it to be "broken" too. The original > BSD was already there, I just made sure the pattern catches the other > ones too. > > Ok to check this in? Yes (but I suspect that one of the above OpenBSDs was likely ment to be NetBSD :-) Right! Checked in now. Mark