mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-16 23:04:21 +08:00
Fix a test failure in gdb.threads/stepi-over-clone.exp
When the XML support was disabled at compile time, the test case gdb.threads/stepi-over-clone.exp fails with lots of time-outs, which can be annoying. This makes the test case unsupported instead. Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -39,6 +39,10 @@ gdb_test_multiple "catch syscall group:process" "catch process syscalls" {
|
|||||||
unsupported $gdb_test_name
|
unsupported $gdb_test_name
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
-re "Can not parse XML syscalls information; XML support was disabled at compile time.*\r\n$gdb_prompt $" {
|
||||||
|
unsupported $gdb_test_name
|
||||||
|
return
|
||||||
|
}
|
||||||
-re ".*$gdb_prompt $" {
|
-re ".*$gdb_prompt $" {
|
||||||
pass $gdb_test_name
|
pass $gdb_test_name
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user