Skip tests that send ctrl-c to GDB if nointerrupts target property is set.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / schedlock.exp
index 54e847efda8f23b4e9d6061219bd9eab0b760d23..65b13ffd47a259c670f07a3020f7677f927983ba 100644 (file)
 #
 # This test covers the various forms of "set scheduler-locking".
 
+# This test requires sending ^C to interrupt the running target.
+
+if [target_info exists gdb,nointerrupts] {
+    verbose "Skipping schedlock.exp because of nointerrupts."
+    return
+}
 
 standard_testfile
 
This page took 0.025582 seconds and 4 git commands to generate.