* gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
environment-pwd for remote host. * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
This commit is contained in:
parent
2cbd221121
commit
07ab73a053
@ -1,3 +1,9 @@
|
||||
2009-08-26 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
|
||||
environment-pwd for remote host.
|
||||
* gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
|
||||
|
||||
2009-08-24 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
|
||||
|
@ -184,9 +184,13 @@ proc test_cwd_specification {} {
|
||||
"205\\\^done" \
|
||||
"environment-cd arg operation"
|
||||
|
||||
mi_gdb_test "206-environment-pwd" \
|
||||
# The canonical name of the working directory may differ on a
|
||||
# remote host from that on the build system.
|
||||
if ![is_remote host] {
|
||||
mi_gdb_test "206-environment-pwd" \
|
||||
"206\\\^done,cwd=\"${escapedobjdir}\"" \
|
||||
"environment-pwd operation"
|
||||
}
|
||||
}
|
||||
|
||||
proc test_path_specification {} {
|
||||
|
@ -186,9 +186,13 @@ proc test_cwd_specification {} {
|
||||
"205\\\^done" \
|
||||
"environment-cd arg operation"
|
||||
|
||||
mi_gdb_test "206-environment-pwd" \
|
||||
# The canonical name of the working directory may differ on a
|
||||
# remote host from that on the build system.
|
||||
if ![is_remote host] {
|
||||
mi_gdb_test "206-environment-pwd" \
|
||||
"206\\\^done,cwd=\"${escapedobjdir}\"" \
|
||||
"environment-pwd operation"
|
||||
}
|
||||
}
|
||||
|
||||
proc test_path_specification {} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user