summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2009-08-26 19:12:17 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2009-08-26 19:12:17 +0000
commitd2e7043abc0bc9aa4f16d925fcde3889c2e63130 (patch)
tree6c5ff53f7ac5621483dd000ed43eadc090e97af2 /gdb
parenta399b047b071f7609fdd8a6693bff544fe95c8f8 (diff)
downloadgdb-d2e7043abc0bc9aa4f16d925fcde3889c2e63130.tar.gz
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/gdb.mi/mi-basics.exp6
-rw-r--r--gdb/testsuite/gdb.mi/mi2-basics.exp6
3 files changed, 16 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7f2c8391f8f..c0954b32c6f 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.mi/mi-basics.exp b/gdb/testsuite/gdb.mi/mi-basics.exp
index fd9df832123..ffacec22662 100644
--- a/gdb/testsuite/gdb.mi/mi-basics.exp
+++ b/gdb/testsuite/gdb.mi/mi-basics.exp
@@ -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 {} {
diff --git a/gdb/testsuite/gdb.mi/mi2-basics.exp b/gdb/testsuite/gdb.mi/mi2-basics.exp
index db22c937455..7d72afb9f5e 100644
--- a/gdb/testsuite/gdb.mi/mi2-basics.exp
+++ b/gdb/testsuite/gdb.mi/mi2-basics.exp
@@ -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 {} {