From: Jan Kratochvil Date: Tue, 31 Jul 2012 07:35:18 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: sid-snapshot-20120801~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75d9f9ff36783c9397cdda540e10cae98f1dd1a0;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite/ * gdb.base/valgrind-db-attach.exp: Do not run in remote mode. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 000ae168eb7..b6e1737425e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,8 +1,10 @@ -2012-07-27 Jan Kratochvil +2012-07-31 Jan Kratochvil * gdb.base/valgrind-infcall.c: New file. * gdb.base/valgrind-infcall.exp: New file. + * gdb.base/valgrind-db-attach.exp: Do not run in remote mode. + 2012-07-30 Doug Evans * gdb.dwarf2/fission-reread.S: Use .data instead of .bss. diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-db-attach.exp index b14401fd4b0..313e4e07439 100644 --- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp +++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp @@ -13,6 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +if [is_remote target] { + # The test always runs locally. + return 0 +} + set test valgrind-db-attach set srcfile $test.c set executable $test