From c1d88655bbf33f050943125801b2bdc5d1a73b8d Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Wed, 22 Nov 2006 17:19:52 +0000 Subject: * gdb.asm/asm-source.exp: Add "spu*-*-*" target. * gdb.asm/spu.inc: New file. * gdb.base/term.exp: Disable if [target_info exists noargs]. * gdb.gdb/complaints.exp: Disable if ![isnative]. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise. * gdb.base/attach.exp: Disable on SPU target. * gdb.cp/bs145503.exp: Likewise. * gdb.cp/exception.exp: Likewise. * gdb.cp/userdef.exp: Likewise. --- gdb/testsuite/gdb.base/attach.exp | 5 +++++ gdb/testsuite/gdb.base/term.exp | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'gdb/testsuite/gdb.base') diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 8599727..8d8d0a8 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -32,6 +32,11 @@ if { [istarget "hppa*-*-hpux*"] } { return 0 } +# On SPU, this test currently fails because "sleep" is not supported. +if { [istarget "spu*-*-*"] } { + return 0 +} + # are we on a target board if [is_remote target] then { return 0 diff --git a/gdb/testsuite/gdb.base/term.exp b/gdb/testsuite/gdb.base/term.exp index 0fd1cc0..5a85a35 100644 --- a/gdb/testsuite/gdb.base/term.exp +++ b/gdb/testsuite/gdb.base/term.exp @@ -29,6 +29,11 @@ if [is_remote target] then { continue } +if [target_info exists noargs] then { + verbose "Skipping term.exp because of noargs." + return +} + gdb_start # -- cgit v1.1