]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix gdb.server/solib-list.exp native-extended-gdbserver regression
authorPedro Alves <palves@redhat.com>
Thu, 20 Aug 2015 19:08:48 +0000 (20:08 +0100)
committerPedro Alves <palves@redhat.com>
Thu, 20 Aug 2015 19:08:48 +0000 (20:08 +0100)
commit0e433b32028e65f1f2f13e7c0d26061a37b7d583
tree88c05065f7b6350bb728cf5b9c5350657a3549bf
parent221e1a37cd14f7c98b4ea1ab24bd721a8b144711
Fix gdb.server/solib-list.exp native-extended-gdbserver regression

Commit 221e1a37 (remote non-stop: Process initially stopped threads
before other commands) caused a test regression when testing with the
native-extended-gdbserver board:

  FAIL: gdb.server/solib-list.exp: non-stop 1: non-stop interior stop (timeout)

This "interior stop" now happens before "target remote" prints the
prompt, so we should no longer explicitly expect it.

gdb/testsuite/ChangeLog:
2015-08-20  Pedro Alves  <palves@redhat.com>

* gdb.server/solib-list.exp: No longer expect an interior stop in
non-stop mode.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.server/solib-list.exp