diff options
author | Pedro Alves <palves@redhat.com> | 2016-03-09 20:24:14 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-03-09 20:24:14 +0000 |
commit | 00dbd492e462565366a2691e0579b510ce4c3733 (patch) | |
tree | 451aac22f40f927dfb523a31a5267afe43abea55 /gdb/testsuite/gdb.threads/pending-step.exp | |
parent | 2343b78a778af9fe496c521bd49ba027cb8b48ae (diff) | |
download | gdb-00dbd492e462565366a2691e0579b510ce4c3733.zip gdb-00dbd492e462565366a2691e0579b510ce4c3733.tar.gz gdb-00dbd492e462565366a2691e0579b510ce4c3733.tar.bz2 |
More "Program" -> "Thread NN received signal" testsuite adjustment
These tests should have been adjusted by f303dbd60d9c (Fix PR
threads/19422 - show which thread caused stop), but clearly I had
missed grepping for potential-fail cases.
gdb/testsuite/ChangeLog
2016-03-09 Pedro Alves <palves@redhat.com>
* gdb.threads/attach-into-signal.exp: Adjust to "Program received
signal" -> "Thread NN received signal" output change.
* gdb.threads/ia64-sigill.exp: Likewise.
* gdb.threads/linux-dp.exp: Likewise.
* gdb.threads/manythreads.exp: Likewise.
* gdb.threads/pending-step.exp: Likewise.
* gdb.threads/print-threads.exp: Likewise.
* gdb.threads/sigstep-threads.exp: Likewise.
* gdb.threads/staticthreads.exp: Likewise.
* gdb.threads/tls.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.threads/pending-step.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/pending-step.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/pending-step.exp b/gdb/testsuite/gdb.threads/pending-step.exp index ffb045c..d3c7d57 100644 --- a/gdb/testsuite/gdb.threads/pending-step.exp +++ b/gdb/testsuite/gdb.threads/pending-step.exp @@ -70,7 +70,7 @@ set ok 0 for {set i 0} {$i < $iterations} {incr i} { set ok 0 gdb_test_multiple "next" "$test" { - -re "Program received signal SIGTRAP.*$gdb_prompt $" { + -re " received signal SIGTRAP.*$gdb_prompt $" { fail "$test (spurious SIGTRAP)" } -re "$gdb_prompt $" { |