]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 31 Jul 2012 07:35:18 +0000 (07:35 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 31 Jul 2012 07:35:18 +0000 (07:35 +0000)
* gdb.base/valgrind-db-attach.exp: Do not run in remote mode.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/valgrind-db-attach.exp

index 000ae168eb744235249a3347a04bdee0f76ce400..b6e1737425e8d67141f7a5e13dfb4379b79b34cd 100644 (file)
@@ -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.
index b14401fd4b0b155b17e9b07ea73f780d2d081299..313e4e07439742ccd6e2eb0eca627f0e95e682a2 100644 (file)
 # 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