aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/attach.exp5
-rw-r--r--gdb/testsuite/gdb.server/ext-attach.exp5
3 files changed, 5 insertions, 10 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2cf6028..dd8b2eb 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
+ * gdb.server/ext-attach.exp: Likewise.
+
2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
Eliminate some sleep usage.
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp
index 77d24cf..c55be20 100644
--- a/gdb/testsuite/gdb.base/attach.exp
+++ b/gdb/testsuite/gdb.base/attach.exp
@@ -32,11 +32,6 @@ 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.server/ext-attach.exp b/gdb/testsuite/gdb.server/ext-attach.exp
index 736fc3d..519762a 100644
--- a/gdb/testsuite/gdb.server/ext-attach.exp
+++ b/gdb/testsuite/gdb.server/ext-attach.exp
@@ -27,11 +27,6 @@ if { [skip_gdbserver_tests] } {
return 0
}
-# On SPU, this test currently fails because "sleep" is not supported.
-if { [istarget "spu*-*-*"] } {
- return 0
-}
-
# We need to use TCL's exec to get the pid.
if [is_remote target] then {
return 0