diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c32c048..9b540e4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix double send_gdb leading to racy FAILs. + * gdb.base/break.exp (set silent break bp_location1): Replace + 3x send_gdb and gdb_expect by gdb_test. + * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep. + * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp) + (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output + instead of send_gdb. Twice. + * gdb.base/sepdebug.exp (set silent break bp_location1): Replace + 3x send_gdb and gdb_expect by gdb_test. + * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test. + 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.linespec/linespec.exp: Compile using {c++}. |