mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Skip 'maintenance check xml-descriptions' if XML is disabled
I see the following test failure when gdb is configured without XML support, maintenance check xml-descriptions binutils-gdb/gdb/testsuite/../features warning: Can not parse XML target description; XML support was disabled at compile time^M Tested 29 XML files, 29 failed (gdb) FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features gdb/testsuite: 2017-12-15 Yao Qi <yao.qi@linaro.org> * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions' if XML is disabled.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2017-12-15 Yao Qi <yao.qi@linaro.org>
|
||||||
|
|
||||||
|
* gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
|
||||||
|
if XML is disabled.
|
||||||
|
|
||||||
2017-12-15 Xavier Roirand <roirand@adacore.com>
|
2017-12-15 Xavier Roirand <roirand@adacore.com>
|
||||||
|
|
||||||
* gdb.ada/same_component_name: New testcase.
|
* gdb.ada/same_component_name: New testcase.
|
||||||
|
@ -13,10 +13,12 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
set do_xml_test [expr ![gdb_skip_xml_test]]
|
||||||
|
|
||||||
gdb_start
|
gdb_start
|
||||||
gdb_test "maintenance selftest" "Ran $decimal unit tests, 0 failed"
|
gdb_test "maintenance selftest" "Ran $decimal unit tests, 0 failed"
|
||||||
|
|
||||||
if { ![is_remote host] } {
|
if { ![is_remote host] && $do_xml_test } {
|
||||||
gdb_test "maintenance check xml-descriptions ${srcdir}/../features" \
|
gdb_test "maintenance check xml-descriptions ${srcdir}/../features" \
|
||||||
"Tested $decimal XML files, 0 failed" \
|
"Tested $decimal XML files, 0 failed" \
|
||||||
"maintenance check xml-descriptions \${srcdir}/../features"
|
"maintenance check xml-descriptions \${srcdir}/../features"
|
||||||
|
Reference in New Issue
Block a user