diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a9cd060453f..e6c0b7f5397 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-10-06 Sandra Loosemore + + * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts. + 2017-10-05 Ulrich Weigand * gdb.base/dfp-exprs.exp: Update tests to larger range of supported diff --git a/gdb/testsuite/gdb.mi/mi-threads-interrupt.exp b/gdb/testsuite/gdb.mi/mi-threads-interrupt.exp index ab06837bb21..23ff69e9035 100644 --- a/gdb/testsuite/gdb.mi/mi-threads-interrupt.exp +++ b/gdb/testsuite/gdb.mi/mi-threads-interrupt.exp @@ -13,6 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +if [target_info exists gdb,nointerrupts] { + verbose "Skipping mi-threads-interrupt.exp because of nointerrupts." + continue +} + load_lib mi-support.exp set MIFLAGS "-i=mi"