This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XFAIL gdb.base/interrupt.exp: call function when asleep for all BSD's


This test is consistently failing on FreeBSD on at least alpha, amd64,
i386 and sparc64, and I know it also fails on NetBSD/i386.  I'm pretty
confident this is a generic BSD problem.  Therefore I checked in the
attached patch.

Mark

Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.base/interrupt.exp: XFAIL "call function when asleep" for
	*-*-*bsd*.

Index: testsuite/gdb.base/interrupt.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/interrupt.exp,v
retrieving revision 1.6
diff -u -p -r1.6 interrupt.exp
--- testsuite/gdb.base/interrupt.exp 18 Jul 2002 23:52:49 -0000 1.6
+++ testsuite/gdb.base/interrupt.exp 29 Aug 2003 11:36:03 -0000
@@ -120,11 +120,11 @@ if ![file exists $binfile] then {
 
 		setup_xfail "sparc*-*-solaris2*"
 		setup_xfail "mips-*-ultrix*"
-		setup_xfail "i*86-*-*bsd*"
 		setup_xfail "i*86-*-solaris2*"
 		setup_xfail "*-*-sysv4*"
 		setup_xfail "vax-*-*"
 		setup_xfail "alpha-*-*"
+		setup_xfail "*-*-*bsd*"
 		setup_xfail "*-*-irix*"
 		setup_xfail "*-*-hpux*"
 		setup_xfail "*-*-*lynx*"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]