Browse Source

2001-08-02 Michael Snyder <msnyder@redhat.com>

* gdb.base/completion.exp: Remove the symbol "a64l" from
	the expect string; this is target-specific, and not related
	to what is being tested.
binutils-2_12-branch
Michael Snyder 25 years ago
parent
commit
0521c418a2
  1. 6
      gdb/testsuite/ChangeLog
  2. 4
      gdb/testsuite/gdb.base/completion.exp

6
gdb/testsuite/ChangeLog

@ -1,3 +1,9 @@
2001-08-02 Michael Snyder <msnyder@redhat.com>
* gdb.base/completion.exp: Remove the symbol "a64l" from
the expect string; this is target-specific, and not related
to what is being tested.
2001-08-02 Dave Brolley <brolley@redhat.com>
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.

4
gdb/testsuite/gdb.base/completion.exp

@ -387,7 +387,7 @@ gdb_expect {
-re "^p 'a\\\x07$" {
send_gdb "\t"
gdb_expect {
-re "a64l.*argv.*$gdb_prompt p .a$" {
-re ".*argv.*$gdb_prompt p .a$" {
send_gdb "\n"
gdb_expect {
-re "Invalid character constant\\..*$gdb_prompt $" {
@ -447,7 +447,7 @@ gdb_expect {
-re "^p b-a\\\x07$" {
send_gdb "\t"
gdb_expect {
-re "a64l.*argv.*$gdb_prompt p b-a$" {
-re ".*argv.*$gdb_prompt p b-a$" {
send_gdb "\n"
gdb_expect {
-re "No symbol \"b\" in current context\\..*$gdb_prompt $" {

Loading…
Cancel
Save