Fix all DUPLICATE problems in testsuite/gdb.perf/
authorPedro Alves <pedro@palves.net>
Mon, 21 Jun 2021 21:20:21 +0000 (22:20 +0100)
committerPedro Alves <pedro@palves.net>
Fri, 24 Sep 2021 16:35:37 +0000 (17:35 +0100)
commitd8767a720e889b4b90f2a8a60a43d9fd400f4478
tree0fee3cb3abbd1825b4351d3c35cd05ac620d8647
parent6ad036d703099508c388038b57c77a8f7aaffb1d
Fix all DUPLICATE problems in testsuite/gdb.perf/

Currently running "make check-perf" shows:

 ...
 # of duplicate test names       6008
 ...

All those duplicate test names come from gdb.perf/skip-command.exp.
This commit fixes them, using with_test_prefix.

gdb/testsuite/
yyyy-mm-dd  Pedro Alves  <pedro@palves.net>

* gdb.perf/skip-command.exp (run_skip_bench): Wrap each for
iteration in with_test_prefix.

Change-Id: I38501cf70bc6b60306ee7228996ee7bcd858dc1b
gdb/testsuite/gdb.perf/skip-command.exp