diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-11-11 19:58:19 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-11-11 19:58:19 +0000 |
commit | 84826df144915b2e80b6265288ed4f9e153d996b (patch) | |
tree | 274b04be433016f50b6b59809ab649749d5de574 /gdb | |
parent | 5b582da3d4632d366d9753171eb791c445ccbb92 (diff) | |
download | gdb-84826df144915b2e80b6265288ed4f9e153d996b.zip gdb-84826df144915b2e80b6265288ed4f9e153d996b.tar.gz gdb-84826df144915b2e80b6265288ed4f9e153d996b.tar.bz2 |
Change target name from stormy16 to xstormy16.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/ending-run.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index e569b0e..88205b0 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -171,7 +171,7 @@ gdb_expect { pass "step out of main on Solaris" } -re ".*in _int_reset ().*$gdb_prompt $" { - # This is what happens on Sanyo Stormy16 + # This is what happens on Sanyo XStormy16 pass "step out of main" } -re ".*in ..change.mode ().*$gdb_prompt $" { @@ -230,7 +230,7 @@ if {![target_info exists use_cygmon] || ![target_info use_cygmon]} { } -re ".*Single.*_int_reset.*$gdb_prompt $" { pass "step to end of run" - setup_xfail "stormy16-*-*" + setup_xfail "xstormy16-*-*" } -re ".*$gdb_prompt $" { fail "step to end of run" |