mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
testsuite: gdb.gdb/selftest.exp: Drop expected Thread number
Pedro Alves: Looks like you forgot to amend before pushing though -- the version checked in still had "Thread 1". gdb/testsuite/ChangeLog 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> Pedro Alves <palves@redhat.com> Fix testsuite compatibility with Guile. * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread number.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
Fix testsuite compatibility with Guile.
|
||||||
|
* gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
|
||||||
|
number.
|
||||||
|
|
||||||
2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Fix testsuite compatibility with Guile.
|
Fix testsuite compatibility with Guile.
|
||||||
|
@ -438,7 +438,7 @@ proc test_with_self { executable } {
|
|||||||
send_gdb "\003"
|
send_gdb "\003"
|
||||||
# "Thread 1" is displayed iff Guile support is linked in.
|
# "Thread 1" is displayed iff Guile support is linked in.
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re "(Thread 1 .*|Program) received signal SIGINT.*$gdb_prompt $" {
|
-re "(Thread .*|Program) received signal SIGINT.*$gdb_prompt $" {
|
||||||
pass "$description"
|
pass "$description"
|
||||||
}
|
}
|
||||||
-re ".*$gdb_prompt $" {
|
-re ".*$gdb_prompt $" {
|
||||||
|
Reference in New Issue
Block a user