mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
[gdb/testsuite] Add untested for missing xml support in gdb.base/valgrind*.exp
Add untested in case missing xml support is detected in test-cases gdb.base/valgrind*.exp. Tested on x86_64-linux.
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
|
||||
if { [gdb_skip_xml_test] } {
|
||||
# Valgrind gdbserver requires gdb with xml support.
|
||||
untested "missing xml support"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
if { [gdb_skip_xml_test] } {
|
||||
# Valgrind gdbserver requires gdb with xml support.
|
||||
untested "missing xml support"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
|
||||
if { [gdb_skip_xml_test] } {
|
||||
# Valgrind gdbserver requires gdb with xml support.
|
||||
untested "missing xml support"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
if { [gdb_skip_xml_test] } {
|
||||
# Valgrind gdbserver requires gdb with xml support.
|
||||
untested "missing xml support"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user