diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/non-ldr-exc-1.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d3f0f88..f35a2dc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca> + * gdb.threads/non-ldr-exc-1.exp: Fix indentation. + +2020-12-01 Simon Marchi <simon.marchi@polymtl.ca> + * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix. (do_test): Don't use with_test_prefix. * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix. diff --git a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp index 78280e5..d2c4022 100644 --- a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp +++ b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp @@ -57,8 +57,8 @@ proc do_test { lock_sched nonstop } { foreach_with_prefix nonstop {"on" "off"} { foreach_with_prefix schedlock {"on" "off"} { if {$schedlock == "on" && $nonstop == "on"} { - # Schedule locking has no effect in nonstop mode. - continue + # Schedule locking has no effect in nonstop mode. + continue } do_test $schedlock $nonstop |