aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorBob Manson <manson@cygnus>1997-08-21 17:34:28 +0000
committerBob Manson <manson@cygnus>1997-08-21 17:34:28 +0000
commit0424a0941b45a8f47752f56aa877c3e051bbb782 (patch)
tree91ee5227169a35861d13253d70bbb1a675acdeef /gdb
parent7376c77b93ede25f09a272b54f39fa9e2c3d3340 (diff)
downloadgdb-0424a0941b45a8f47752f56aa877c3e051bbb782.zip
gdb-0424a0941b45a8f47752f56aa877c3e051bbb782.tar.gz
gdb-0424a0941b45a8f47752f56aa877c3e051bbb782.tar.bz2
* pr-9946.exp: Ditto.
* gch1280.exp: Ditto. * gch1272.exp: Ditto.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.chill/ChangeLog3
-rw-r--r--gdb/testsuite/gdb.chill/gch1272.exp2
-rw-r--r--gdb/testsuite/gdb.chill/gch1280.exp2
-rw-r--r--gdb/testsuite/gdb.chill/pr-9946.exp2
4 files changed, 6 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog
index d734d62..ec22e21 100644
--- a/gdb/testsuite/gdb.chill/ChangeLog
+++ b/gdb/testsuite/gdb.chill/ChangeLog
@@ -1,6 +1,9 @@
Thu Aug 21 10:31:23 1997 Bob Manson <manson@charmed.cygnus.com>
* enum.exp: More quoting fixes.
+ * pr-9946.exp: Ditto.
+ * gch1280.exp: Ditto.
+ * gch1272.exp: Ditto.
Tue Aug 12 21:48:08 1997 Bob Manson <manson@charmed.cygnus.com>
diff --git a/gdb/testsuite/gdb.chill/gch1272.exp b/gdb/testsuite/gdb.chill/gch1272.exp
index 33ba003..49fdb76 100644
--- a/gdb/testsuite/gdb.chill/gch1272.exp
+++ b/gdb/testsuite/gdb.chill/gch1272.exp
@@ -70,7 +70,7 @@ if ![set_lang_chill] then {
# check foo
gdb_test {print foo} { = \[\(0:99\): 222\]}
- gdb_test "set var foo := m_array\[\(\*\):44\] ".*"
+ gdb_test "set var foo := m_array\[\(\*\):44\]" ".*"
gdb_test {print foo} { = \[\(0:99\): 44\]}
# check bar
diff --git a/gdb/testsuite/gdb.chill/gch1280.exp b/gdb/testsuite/gdb.chill/gch1280.exp
index c2e29f1..fbdc850 100644
--- a/gdb/testsuite/gdb.chill/gch1280.exp
+++ b/gdb/testsuite/gdb.chill/gch1280.exp
@@ -67,7 +67,7 @@ gdb_test "set print sevenbit-strings" ".*"
if ![set_lang_chill] then {
runto doit
- gdb_test "next ""
+ gdb_test "next" ""
# check too many array elements
gdb_test {set var v_x := [1,2,3,4,5]} {Too many array elements}
gdb_test {set var $i := m_x[(3): 22, 25]} {Too many array elements}
diff --git a/gdb/testsuite/gdb.chill/pr-9946.exp b/gdb/testsuite/gdb.chill/pr-9946.exp
index dbbef92..b6b592f 100644
--- a/gdb/testsuite/gdb.chill/pr-9946.exp
+++ b/gdb/testsuite/gdb.chill/pr-9946.exp
@@ -68,7 +68,7 @@ gdb_test "set print sevenbit-strings" ".*"
if ![set_lang_chill] then {
runto x_
- gdb_test "next ""
+ gdb_test "next" ""
# check comparison of SET's
gdb_test {print xyz=moving} { = TRUE}
gdb_test {print xyz/=moving} { = FALSE}