mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
* pr-9946.exp: Ditto.
* gch1280.exp: Ditto. * gch1272.exp: Ditto.
This commit is contained in:
parent
7376c77b93
commit
0424a0941b
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user