Add mi-threads-interrupt.exp test (PR 20039)
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 18 May 2016 14:13:12 +0000 (10:13 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 18 May 2016 14:13:16 +0000 (10:13 -0400)
commit9e8f9b05add4517189d7724ff3ed7c16f7b04daf
treee3a9740721001f6610f2667959a88b4f868cf2e3
parent28addb40c77db5a5873172b62b6b7b43e5e05014
Add mi-threads-interrupt.exp test (PR 20039)

Add a new test for PR 20039.  The test spawns new threads, then tries to
interrupt, continue, and interrupt again.  This use case was fixed by
commit 5fe966540d6b748f825774868463003700f0c878 in master, but gdb 7.11
is affected (so if you try it on the gdb-7.11-branch right now, the test
will fail).

New in v2, the test now handles mi-async on mode properly.  The failure
was specific to mi-async off, but I don't think it's bad to test the
same thing under async on mode.  I added a little hack when running in
async mode to work around bug 20045.

I also removed one continue/interrupt pair, as a single one was enough to
trigger the problem.

gdb/testsuite/ChangeLog:

* gdb.mi/mi-threads-interrupt.c: New file.
* gdb.mi/mi-threads-interrupt.exp: New file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-threads-interrupt.c [new file with mode: 0644]
gdb/testsuite/gdb.mi/mi-threads-interrupt.exp [new file with mode: 0644]