From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14912 invoked by alias); 4 Jul 2002 14:48:57 -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 14902 invoked from network); 4 Jul 2002 14:48:55 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 4 Jul 2002 14:48:55 -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 g64Emsx00950 for ; Thu, 4 Jul 2002 16:48:54 +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 g64EmsU08483; Thu, 4 Jul 2002 16:48:54 +0200 (CEST) (envelope-from kettenis) Date: Thu, 04 Jul 2002 08:03:00 -0000 From: Mark Kettenis Message-Id: <200207041448.g64EmsU08483@elgar.kettenis.dyndns.org> To: gdb-patches@sources.redhat.com Subject: [PATCH/RFA] Add xfail for i386 BSD's X-SW-Source: 2002-07/txt/msg00080.txt.bz2 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? Mark Index: testsuite/ChangeLog from Mark Kettenis * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call function when asleep" test. Index: testsuite/gdb.base/interrupt.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/interrupt.exp,v retrieving revision 1.4 diff -u -p -r1.4 interrupt.exp --- testsuite/gdb.base/interrupt.exp 29 Oct 2001 17:38:11 -0000 1.4 +++ testsuite/gdb.base/interrupt.exp 4 Jul 2002 14:44:37 -0000 @@ -122,7 +122,7 @@ if ![file exists $binfile] then { setup_xfail "sparc*-*-solaris2*" setup_xfail "mips-*-ultrix*" - setup_xfail "i386*-*-bsd*" + setup_xfail "i*86-*-*bsd*" setup_xfail "i*86-*-solaris2*" setup_xfail "*-*-sysv4*" setup_xfail "vax-*-*"