[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.server / reconnect-ctrl-c.exp
index af77428e5dd6ab9d5531c05d0ecac6dc21066064..d7da2c6802571e07d12dd92e3377d303073d9460 100644 (file)
@@ -1,6 +1,6 @@
 # This testcase is part of GDB, the GNU debugger.
 #
-# Copyright 2017-2019 Free Software Foundation, Inc.
+# Copyright 2017-2020 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,6 +24,11 @@ if { [skip_gdbserver_tests] } {
     return -1
 }
 
+if [target_info exists gdb,nointerrupts] {
+    verbose "Skipping reconnect-ctrl-c.exp because of nointerrupts."
+    continue
+}
+
 standard_testfile
 if [prepare_for_testing "failed to prepare" $testfile $srcfile] {
     return -1
This page took 0.028832 seconds and 4 git commands to generate.