binutils-gdb/gdb/testsuite/gdb.linespec
Luis Machado 3bdff46b67 Skip tests that use cd for remote hosts
Several GDB tests change directory before compiling the test program
in order to test source file names that include directories.  This
doesn't work on a remote host because default_target_compile in
DejaGnu's target.exp copies each source file with
"[remote_download host $x]" which uses "[file tail $file] to strip
off the directory of each file.  If the source directory is remote
mounted on the host, this also leaves copied files in the source
directory.

A similar skip is already used in gdb.test/fullname.exp:

    # We rely on being able to copy things around.

    if { [is_remote host] } {
	untested "setting breakpoints by full path"
	return -1
    }

This patch causes three GDB tests that use "cd" to be skipped for a
remote host.  For gdb.base/fullpath-expand.exp this eliminates two
failures and prevents the test from leaving files fullpath-expand.c
and fullpath-expand-func.c in gdb/testsuite.  For
gdb.base/realname-expand.exp it eliminates two failures.  For
gdb.linespec/macro-relative.exp it prevents file macro-relative.c
from being left in gdb/testsuite/gdb.linespec/base/two.

gdb/testsuite/

	* gdb.base/fullpath-expand.exp: Skip for a remote host.
	* gdb.base/realname-expand.exp: Likewise.
	* gdb.linespec/macro-relative.exp: Likewise.
2014-10-30 09:48:10 -02:00
..
base Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
Makefile.in
body.h
break-ask.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
linespec.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ls-dollar.cc Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ls-dollar.exp Fix a dangling cleanup in linspec_parse_basic. 2014-05-05 13:43:31 -07:00
ls-errs.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ls-errs.exp XFAIL under Clang tests using labels 2014-04-24 20:20:46 -07:00
lspec.cc gdb/ 2013-03-04 19:30:28 +00:00
lspec.h
macro-relative.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
macro-relative.exp Skip tests that use cd for remote hosts 2014-10-30 09:48:10 -02:00
skip-two.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
thread.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
thread.exp Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00