diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-09 10:55:14 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-11-09 10:55:14 -0500 |
commit | 8354c62cd144964fce17e11ce035c0c2c0635cbf (patch) | |
tree | db029ed6c3b52fba439169dc5ed38b150e72e45e /gdb/testsuite/ChangeLog | |
parent | 64f367a201565d5c7d1e03da072db51123ac2174 (diff) | |
download | gdb-8354c62cd144964fce17e11ce035c0c2c0635cbf.zip gdb-8354c62cd144964fce17e11ce035c0c2c0635cbf.tar.gz gdb-8354c62cd144964fce17e11ce035c0c2c0635cbf.tar.bz2 |
Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
Pedro's patch provides a cleaner way to prefix tests with the proc name,
so let's use that.
gdb/testsuite/ChangeLog:
* gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
Remove.
(test_setup): Define with proc_with_prefix.
(test_cli_inferior): Likewise.
(test_cli_thread): Likewise.
(test_cli_frame): Likewise.
(test_cli_select_frame): Likewise.
(test_cli_up_down): Likewise.
(test_mi_thread_select): Likewise.
(test_mi_stack_select_frame): Likewise.
(test_cli_in_mi_inferior): Likewise.
(test_cli_in_mi_thread): Likewise.
(test_cli_in_mi_frame): Likewise.
(top level): Do not use with_test_prefix_procname.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b9fabee..a0e0cf6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2016-11-09 Simon Marchi <simon.marchi@polymtl.ca> + + * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname): + Remove. + (test_setup): Define with proc_with_prefix. + (test_cli_inferior): Likewise. + (test_cli_thread): Likewise. + (test_cli_frame): Likewise. + (test_cli_select_frame): Likewise. + (test_cli_up_down): Likewise. + (test_mi_thread_select): Likewise. + (test_mi_stack_select_frame): Likewise. + (test_cli_in_mi_inferior): Likewise. + (test_cli_in_mi_thread): Likewise. + (test_cli_in_mi_frame): Likewise. + (top level): Do not use with_test_prefix_procname. + 2016-11-09 Pedro Alves <palves@redhat.com> * gdb.base/commands.exp (gdbvar_simple_if_test) |