2014-06-16 Janis Johnson * gdb.base/fullpath-expand.exp: Skip for a remote host. * gdb.base/realname-expand.exp: Likewise. * gdb.linespec/macro-relative.exp: Likewise. Index: gdb/testsuite/gdb.base/fullpath-expand.exp =================================================================== --- gdb/testsuite/gdb.base/fullpath-expand.exp (revision 433970) +++ gdb/testsuite/gdb.base/fullpath-expand.exp (working copy) @@ -15,6 +15,11 @@ standard_testfile .c fullpath-expand-func.c +if [is_remote host] { + unsupported "Compiling on a remote host does not support a filename with directory." + return 0 +} + if { [file pathtype $objdir] != "absolute" } { untested "objdir $objdir is not absolute" return -1 Index: gdb/testsuite/gdb.base/realname-expand.exp =================================================================== --- gdb/testsuite/gdb.base/realname-expand.exp (revision 433970) +++ gdb/testsuite/gdb.base/realname-expand.exp (working copy) @@ -15,6 +15,11 @@ standard_testfile .c realname-expand-real.c +if [is_remote host] { + unsupported "Compiling on a remote host does not support a filename with directory." + return 0 +} + set srcdirabs [file join [pwd] $srcdir] set srcfilelink [standard_output_file realname-expand-link.c] Index: gdb/testsuite/gdb.linespec/macro-relative.exp =================================================================== --- gdb/testsuite/gdb.linespec/macro-relative.exp (revision 433970) +++ gdb/testsuite/gdb.linespec/macro-relative.exp (working copy) @@ -15,6 +15,11 @@ standard_testfile +if [is_remote host] { + unsupported "Compiling on a remote host does not support a filename with directory." + return 0 +} + set opts {debug additional_flags=-I.} get_compiler_info