Skip gdb.mi/list-thread-groups-available.exp if no xml support
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / list-thread-groups-available.exp
index eea27b447bac2697b284b38c232df7476ef57516..749ef722e28345211f517a59346a3bdceca053e5 100644 (file)
@@ -20,6 +20,12 @@ set MIFLAGS "-i=mi"
 
 standard_testfile
 
+# Support for XML is needed to run this test.
+if [gdb_skip_xml_test] then {
+    unsupported "list-thread-groups-available.exp"
+    return -1
+}
+
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
     untested "failed to compile"
     return -1
This page took 0.024735 seconds and 4 git commands to generate.