[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:
parent
80cfde76a7
commit
e4860c08f9
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue