* gdb.threads/pthreads.exp: Enable on non-native configurations.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Aug 2011 15:54:35 +0000 (15:54 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Aug 2011 15:54:35 +0000 (15:54 +0000)
* gdb.mi/mi-pthreads.exp: Likewise.
* gdb.mi/mi2-pthreads.exp: Likewise.
* gdb.mi/gdb669.exp.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/gdb669.exp
gdb/testsuite/gdb.mi/mi-pthreads.exp
gdb/testsuite/gdb.mi/mi2-pthreads.exp
gdb/testsuite/gdb.threads/pthreads.exp

index d43c42a23638ce16f699db2c488030651171926b..6fa8048954ee768a93eb608b5541aacff569be3a 100644 (file)
@@ -1,3 +1,10 @@
+2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
+
+       * gdb.threads/pthreads.exp: Enable on non-native configurations.
+       * gdb.mi/mi-pthreads.exp: Likewise.
+       * gdb.mi/mi2-pthreads.exp: Likewise.
+       * gdb.mi/gdb669.exp.exp: Likewise.
+
 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
 
        * lib/mi-support.exp (detect_async): Rename to...
index 525fb4a44480ade434df701c3748e433e7f68efd..05268ffc393f24b3c4ef702400aa691935c64b1b 100644 (file)
 # command "info threads" and the MI command "-thread-list-ids"
 # return different threads in the system.
 
-# This only works with native configurations
-if {![isnative]} {
-  return
-}
-
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"
 
index 6021d68000e79288e5bd8b81176a501bdf4480a4..85486d762e9a058230d491f296718bd491bc3058 100644 (file)
 # via these command pathways are properly executed. Console commands
 # executed via MI should use MI output wrappers, MI event handlers, etc.
 
-# This only works with native configurations
-if {![isnative]} {
-  return
-}
-
 load_lib mi-support.exp
 set MIFLAGS "-i=mi"
 
index 9588fd361afa7657183bb0c0d04c10d406ae5758..e365763c1b7e40d0e09f74c3fdfe217fba36a0df 100644 (file)
 # via these command pathways are properly executed. Console commands
 # executed via MI should use MI output wrappers, MI event handlers, etc.
 
-# This only works with native configurations
-if {![isnative]} {
-  return
-}
-
 load_lib mi-support.exp
 set MIFLAGS "-i=mi2"
 
index 81383943fe40a213968c78e5baab78499f0f909f..cbc4525e3a5e44da19751aa926689b0204b97bef 100644 (file)
@@ -21,11 +21,6 @@ if $tracelevel then {
 }
 
 
-# This only works with native configurations
-if ![isnative] then {
-    return
-}
-
 set testfile "pthreads"
 set srcfile ${testfile}.c
 set binfile ${objdir}/${subdir}/${testfile}