aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/branch-to-self.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/branch-to-self.exp')
-rw-r--r--gdb/testsuite/gdb.base/branch-to-self.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/branch-to-self.exp b/gdb/testsuite/gdb.base/branch-to-self.exp
index 2fd3b38..4db502c 100644
--- a/gdb/testsuite/gdb.base/branch-to-self.exp
+++ b/gdb/testsuite/gdb.base/branch-to-self.exp
@@ -15,6 +15,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+if [target_info exists gdb,nosignals] {
+ verbose "Skipping branch-to-self.exp because of nosignals."
+ continue
+}
+
standard_testfile
if { [build_executable ${testfile}.exp ${testfile} $srcfile {debug}] == -1 } {