[gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
authorTom de Vries <tdevries@suse.de>
Mon, 23 May 2022 06:55:46 +0000 (08:55 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 23 May 2022 06:55:46 +0000 (08:55 +0200)
commitcb0d58bf4d274cfb1ae11b75bd2b3ba81c8d371d
treee7becab312f409a39b083a2fb0de9deea630e604
parent8d4b0049b533945bcc8977bfd5ab79371c44de81
[gdb/testsuite] Skip language auto in gdb.base/parse_number.exp

In test-case gdb.base/parse_number.exp, we skip architecture auto in the
$supported_archs loop, to prevent duplicate testing.

Likewise, skip language auto and its alias local in the $::all_languages
loop.  This reduces the number of tests from 17744 to 15572.

Tested on x86_64-linux, with a build with --enable-targets=all.
gdb/testsuite/gdb.base/parse_number.exp