diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-10-08 10:25:22 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-10-08 10:25:22 +0000 |
commit | c968bd18df11f18121da3b22bb83d70f136e9fa8 (patch) | |
tree | 56d726a94fbb51b555bf6ac6f377e06443a12c4a /gdb/testsuite/gdb.ada | |
parent | d3bfe16eafe8d18afb50e900b79b792ca478321a (diff) | |
download | gdb-c968bd18df11f18121da3b22bb83d70f136e9fa8.zip gdb-c968bd18df11f18121da3b22bb83d70f136e9fa8.tar.gz gdb-c968bd18df11f18121da3b22bb83d70f136e9fa8.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r-- | gdb/testsuite/gdb.ada/mi_catch_ex.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.ada/mi_catch_ex.exp b/gdb/testsuite/gdb.ada/mi_catch_ex.exp index 1e15d47..d30d44b 100644 --- a/gdb/testsuite/gdb.ada/mi_catch_ex.exp +++ b/gdb/testsuite/gdb.ada/mi_catch_ex.exp @@ -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" |