mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
gdb.threads/manythreads.exp: can't read "test": no such variable
If interrupt_and_wait manages to trigger the FAIL path, we get: ERROR OCCURED: can't read "test": no such variable gdb/testsuite/ChangeLog: 2015-04-01 Pedro Alves <palves@redhat.com> * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message to fail instead of non-existent $test.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-04-01 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
|
||||||
|
to fail instead of non-existent $test.
|
||||||
|
|
||||||
2015-04-01 Pedro Alves <palves@redhat.com>
|
2015-04-01 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
|
* lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
|
||||||
|
@ -95,7 +95,7 @@ proc interrupt_and_wait { message } {
|
|||||||
# foo () at foo.c:31
|
# foo () at foo.c:31
|
||||||
# 31 bar ();
|
# 31 bar ();
|
||||||
#
|
#
|
||||||
fail $test
|
fail $message
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user