mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
gdb/testsuite/
Fix XFAIL compatibility with old i386 systems. * gdb.base/stale-infcall.exp (test system longjmp tracking support): Check also 'Cannot insert breakpoint 0'.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
Fix XFAIL compatibility with old i386 systems.
|
||||||
|
* gdb.base/stale-infcall.exp (test system longjmp tracking support):
|
||||||
|
Check also 'Cannot insert breakpoint 0'.
|
||||||
|
|
||||||
2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
PR 14321
|
PR 14321
|
||||||
|
@ -33,7 +33,7 @@ gdb_test_multiple "next" $test {
|
|||||||
-re " test-pass .*\r\n$gdb_prompt $" {
|
-re " test-pass .*\r\n$gdb_prompt $" {
|
||||||
pass $test
|
pass $test
|
||||||
}
|
}
|
||||||
-re " test-fail .*\r\n$gdb_prompt $" {
|
-re "( test-fail .*|\r\nCannot insert breakpoint 0\\.\r\n.*)\r\n$gdb_prompt $" {
|
||||||
xfail $test
|
xfail $test
|
||||||
untested "System lacks support for tracking longjmps"
|
untested "System lacks support for tracking longjmps"
|
||||||
return -1
|
return -1
|
||||||
|
Reference in New Issue
Block a user