* gdb.base/attach.exp: Re-enable for spu*-*-* targets.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 3 Apr 2009 14:37:04 +0000 (14:37 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 3 Apr 2009 14:37:04 +0000 (14:37 +0000)
* gdb.server/ext-attach.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/attach.exp
gdb/testsuite/gdb.server/ext-attach.exp

index 2cf6028..dd8b2eb 100644 (file)
@@ -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.
index 77d24cf..c55be20 100644 (file)
@@ -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
index 736fc3d..519762a 100644 (file)
@@ -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