* 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 2cf60286bd34549de328e233a658291cc771adb2..dd8b2ebae96afdb0fa73e6a3d0b1273f03b05b2a 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 77d24cf2c01c781a12dd6afd0a5215a7521eb82c..c55be20deffa98b6ff3b3500b1312049ae1ca926 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 736fc3db55708e3ad927e57d4aba6f988adc3515..519762a1ea9953c0fc0550ab2391d6914a4eb503 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