From 5d0bb2fbbca461e1b3041111378c962949c05050 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 12 Aug 2011 15:54:35 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 7 +++++++ gdb/testsuite/gdb.mi/gdb669.exp | 5 ----- gdb/testsuite/gdb.mi/mi-pthreads.exp | 5 ----- gdb/testsuite/gdb.mi/mi2-pthreads.exp | 5 ----- gdb/testsuite/gdb.threads/pthreads.exp | 5 ----- 5 files changed, 7 insertions(+), 20 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d43c42a2363..6fa8048954e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2011-08-12 Ulrich Weigand + + * 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 * lib/mi-support.exp (detect_async): Rename to... diff --git a/gdb/testsuite/gdb.mi/gdb669.exp b/gdb/testsuite/gdb.mi/gdb669.exp index 525fb4a4448..05268ffc393 100644 --- a/gdb/testsuite/gdb.mi/gdb669.exp +++ b/gdb/testsuite/gdb.mi/gdb669.exp @@ -18,11 +18,6 @@ # 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" diff --git a/gdb/testsuite/gdb.mi/mi-pthreads.exp b/gdb/testsuite/gdb.mi/mi-pthreads.exp index 6021d68000e..85486d762e9 100644 --- a/gdb/testsuite/gdb.mi/mi-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi-pthreads.exp @@ -20,11 +20,6 @@ # 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" diff --git a/gdb/testsuite/gdb.mi/mi2-pthreads.exp b/gdb/testsuite/gdb.mi/mi2-pthreads.exp index 9588fd361af..e365763c1b7 100644 --- a/gdb/testsuite/gdb.mi/mi2-pthreads.exp +++ b/gdb/testsuite/gdb.mi/mi2-pthreads.exp @@ -20,11 +20,6 @@ # 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" diff --git a/gdb/testsuite/gdb.threads/pthreads.exp b/gdb/testsuite/gdb.threads/pthreads.exp index 81383943fe4..cbc4525e3a5 100644 --- a/gdb/testsuite/gdb.threads/pthreads.exp +++ b/gdb/testsuite/gdb.threads/pthreads.exp @@ -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} -- 2.30.2