diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-08-06 22:08:12 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-08-06 22:08:12 +0000 |
commit | 0521c418a28e872990a9f3d46deb73c9055bbbbd (patch) | |
tree | 4e206aafff69fa764da299c67ac1c938e2f8fad9 /gdb/testsuite | |
parent | 710bbc957251f6410567ad253c1f246a20d3330c (diff) | |
download | gdb-0521c418a28e872990a9f3d46deb73c9055bbbbd.zip gdb-0521c418a28e872990a9f3d46deb73c9055bbbbd.tar.gz gdb-0521c418a28e872990a9f3d46deb73c9055bbbbd.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/completion.exp | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a84990e..c05f2e4 100644 --- a/gdb/testsuite/ChangeLog +++ b/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. diff --git a/gdb/testsuite/gdb.base/completion.exp b/gdb/testsuite/gdb.base/completion.exp index f54a50a..975c1fc 100644 --- a/gdb/testsuite/gdb.base/completion.exp +++ b/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 $" { |