aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-07-31 07:35:18 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-07-31 07:35:18 +0000
commit75d9f9ff36783c9397cdda540e10cae98f1dd1a0 (patch)
tree68c478eed23a3f35826f6363e16f76bdfe9c4de3 /gdb
parenta14dd77ea7e057d2bd7af3d23c65ecef2a1f41a1 (diff)
downloadgdb-75d9f9ff36783c9397cdda540e10cae98f1dd1a0.zip
gdb-75d9f9ff36783c9397cdda540e10cae98f1dd1a0.tar.gz
gdb-75d9f9ff36783c9397cdda540e10cae98f1dd1a0.tar.bz2
gdb/testsuite/
* gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/valgrind-db-attach.exp5
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 000ae16..b6e1737 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,8 +1,10 @@
-2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
+2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
* 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 <dje@google.com>
* 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 b14401f..313e4e0 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 <http://www.gnu.org/licenses/>.
+if [is_remote target] {
+ # The test always runs locally.
+ return 0
+}
+
set test valgrind-db-attach
set srcfile $test.c
set executable $test