gdb/testsuite: Remove duplicates from gdb.base/miscexprs.exp
authorLancelot SIX <lsix@lancelotsix.com>
Fri, 19 Nov 2021 19:05:37 +0000 (19:05 +0000)
committerLancelot SIX <lsix@lancelotsix.com>
Fri, 7 Jan 2022 22:43:32 +0000 (22:43 +0000)
commitaaff91fdf209a03c91a59681ca187c92d94826b8
tree723ee055ed949672b88d0dc4557e2dd8c941c613
parent3c1f0c735d69d8e06003f5344d4a19b4320f10d8
gdb/testsuite: Remove duplicates from gdb.base/miscexprs.exp

When running the testsuite I see:

    Running .../gdb/testsuite/gdb.base/miscexprs.exp ...
    DUPLICATE: gdb.base/miscexprs.exp: print value of !ibig.i[100]
    DUPLICATE: gdb.base/miscexprs.exp: print value of !ibig.i[100]

This is due to an explicit test name repeated across multiple tests.
The actual test explicit names do not add much over the command from
wich default test names are derived.

Fix by removing the explicit test names across the file where they do
not add value.  While at doing some cleaning, also use $gdb_test_name in
the various uses of gdb_test_multiple.

Tested on x86_64-linux.
gdb/testsuite/gdb.base/miscexprs.exp