mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
gdb.ada/mi_catch_ex.exp: Make test names unique.
gdb/testsuite/ChangeLog: * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
This commit is contained in:
parent
d3bfe16eaf
commit
c968bd18df
@ -1,3 +1,7 @@
|
||||
2013-10-08 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
|
||||
|
||||
2013-10-07 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
|
||||
|
@ -80,13 +80,13 @@ mi_execute_to "exec-continue" \
|
||||
"breakpoint-hit\",disp=\"keep\",bkptno=\"$any_nb\",exception-name=\"CONSTRAINT_ERROR" \
|
||||
"foo" "" ".*" ".*" \
|
||||
".*" \
|
||||
"continue to exception catchpoint hit"
|
||||
"continue until CE caught by all-exceptions catchpoint"
|
||||
|
||||
mi_execute_to "exec-continue" \
|
||||
"breakpoint-hit\",disp=\"keep\",bkptno=\"$any_nb\",exception-name=\"PROGRAM_ERROR" \
|
||||
"foo" "" ".*" ".*" \
|
||||
".*" \
|
||||
"continue to exception catchpoint hit"
|
||||
"continue until PE caught by all-exceptions catchpoint"
|
||||
|
||||
################################################
|
||||
# 2. Try catching only some of the exceptions. #
|
||||
@ -123,11 +123,11 @@ mi_execute_to "exec-continue" \
|
||||
"breakpoint-hit\",disp=\"keep\",bkptno=\"$any_nb" \
|
||||
"foo" "" ".*" ".*" \
|
||||
".*" \
|
||||
"continue to exception catchpoint hit"
|
||||
"continue to assert failure catchpoint hit"
|
||||
|
||||
mi_execute_to "exec-continue" \
|
||||
"breakpoint-hit\",disp=\"keep\",bkptno=\"$any_nb\",exception-name=\"CONSTRAINT_ERROR" \
|
||||
"foo" "" ".*" ".*" \
|
||||
".*" \
|
||||
"continue to exception catchpoint hit"
|
||||
"continue to unhandled exception catchpoint hit"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user