* gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
-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.
# 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