Pedro Alves wrote: > Hi, > > I'm getting these intermitent FAILures in mi-break.exp (and a couple > more in chain reaction) in sync mode, due to previous pattern > considering the gdb prompt optional, hence sometimes consuming the > *stopped line, and leaving the (gdb) unconsumed. > > Running ../../../src/gdb/testsuite/gdb.mi/mi-break.exp ... > FAIL: gdb.mi/mi-break.exp: breakpoint at nonexistent function > FAIL: gdb.mi/mi-break.exp: create varobj for function call > FAIL: gdb.mi/mi-break.exp: update varobj for function call Thanks for reporting; somehow I never run into this. As I've told on IRC, the test should be using mi_expect_stop; I've no idea why I did not covert it when I've introduced mi_expect_stop but I've checked in the following patch. Can you check that no unexpected failures happen for you now. Incidentally, mi-async.exp is the only file that has direct checks for *stopped, but those will die very soon now. Thanks, Volodya