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/ia64-sigill.exp | |
parent | 2343b78a778af9fe496c521bd49ba027cb8b48ae (diff) | |
download | binutils-gdb-00dbd492e462565366a2691e0579b510ce4c3733.tar.gz |
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/ia64-sigill.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/ia64-sigill.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/ia64-sigill.exp b/gdb/testsuite/gdb.threads/ia64-sigill.exp index e5649ae0b3a..0d470855625 100644 --- a/gdb/testsuite/gdb.threads/ia64-sigill.exp +++ b/gdb/testsuite/gdb.threads/ia64-sigill.exp @@ -67,7 +67,7 @@ gdb_test_multiple "continue" $test { # Breakpoint has been skipped in the other thread. pass $test } - -re "Program received signal .*\r\n$gdb_prompt $" { + -re " received signal .*\r\n$gdb_prompt $" { fail $test } } |