Skip tests that send ctrl-c to GDB if nointerrupts target property is set.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / manythreads.exp
index 2a55f868a01983c45c65a4b999378c3ec818ec12..b6a1c212d6ca64c52ff02cd2b361142da93b48ed 100644 (file)
 
 # This file was written by Jeff Johnston. (jjohnstn@redhat.com)
 
+# This test requires sending ^C to interrupt the running target.
+if [target_info exists gdb,nointerrupts] {
+    verbose "Skipping manythreads.exp because of nointerrupts."
+    return
+}
 
 standard_testfile
 
This page took 0.039886 seconds and 4 git commands to generate.