* [PATCH]: (obvious) testsuite/gdb.base/ending-run.exp
@ 2001-10-29 10:17 Corinna Vinschen
2001-10-29 10:22 ` Fernando Nasser
0 siblings, 1 reply; 2+ messages in thread
From: Corinna Vinschen @ 2001-10-29 10:17 UTC (permalink / raw)
To: gdb-patches
Hi,
I just applied the following patch according to the "obvious fix rule"
to gdb.base/ending-run.exp. It makes the output of the pass branches
in the `step to end of run' case equal and adds a branch for the
Stormy16 target.
Corinna
2001-10-29 Corinna Vinschen <vinschen@redhat.com>
* gdb.base/ending-run.exp: Create identical output when passing
`step to end of run' case. Add regular expression branch satisfying
Stormy16 target.
Index: testsuite/gdb.base/ending-run.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/ending-run.exp,v
retrieving revision 1.8
diff -u -p -r1.8 ending-run.exp
--- ending-run.exp 2001/09/18 17:49:06 1.8
+++ ending-run.exp 2001/10/29 18:12:41
@@ -219,14 +219,18 @@ if {![target_info exists use_cygmon] ||
# If we actually have debug info for the start function,
# then we won't get the "Single-stepping until function
# exit" message.
- pass "step to end of run 1"
+ pass "step to end of run"
}
-re ".*Single.*Program exited.*$gdb_prompt $" {
- pass "step to end of run 1"
+ pass "step to end of run"
}
-re ".*Single.*in exit.*from.*dld.sl.*$gdb_prompt $" {
- pass "step to end of run 2"
+ pass "step to end of run"
gdb_test "c" ".*" "continue after exit"
+ }
+ -re ".*Single.*_int_reset.*$gdb_prompt $" {
+ pass "step to end of run"
+ setup_xfail "stormy16-*-*"
}
-re ".*$gdb_prompt $" {
fail "step to end of run"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH]: (obvious) testsuite/gdb.base/ending-run.exp
2001-10-29 10:17 [PATCH]: (obvious) testsuite/gdb.base/ending-run.exp Corinna Vinschen
@ 2001-10-29 10:22 ` Fernando Nasser
0 siblings, 0 replies; 2+ messages in thread
From: Fernando Nasser @ 2001-10-29 10:22 UTC (permalink / raw)
To: gdb-patches
Corinna Vinschen wrote:
>
> Hi,
>
> I just applied the following patch according to the "obvious fix rule"
> to gdb.base/ending-run.exp. It makes the output of the pass branches
> in the `step to end of run' case equal and adds a branch for the
> Stormy16 target.
>
> Corinna
>
Thanks.
> 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
>
> * gdb.base/ending-run.exp: Create identical output when passing
> `step to end of run' case. Add regular expression branch satisfying
> Stormy16 target.
>
> Index: testsuite/gdb.base/ending-run.exp
> ===================================================================
> RCS file: /cvs/src/src/gdb/testsuite/gdb.base/ending-run.exp,v
> retrieving revision 1.8
> diff -u -p -r1.8 ending-run.exp
> --- ending-run.exp 2001/09/18 17:49:06 1.8
> +++ ending-run.exp 2001/10/29 18:12:41
> @@ -219,14 +219,18 @@ if {![target_info exists use_cygmon] ||
> # If we actually have debug info for the start function,
> # then we won't get the "Single-stepping until function
> # exit" message.
> - pass "step to end of run 1"
> + pass "step to end of run"
> }
> -re ".*Single.*Program exited.*$gdb_prompt $" {
> - pass "step to end of run 1"
> + pass "step to end of run"
> }
> -re ".*Single.*in exit.*from.*dld.sl.*$gdb_prompt $" {
> - pass "step to end of run 2"
> + pass "step to end of run"
> gdb_test "c" ".*" "continue after exit"
> + }
> + -re ".*Single.*_int_reset.*$gdb_prompt $" {
> + pass "step to end of run"
> + setup_xfail "stormy16-*-*"
> }
> -re ".*$gdb_prompt $" {
> fail "step to end of run"
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-10-29 10:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-29 10:17 [PATCH]: (obvious) testsuite/gdb.base/ending-run.exp Corinna Vinschen
2001-10-29 10:22 ` Fernando Nasser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox