[gdb/testsuite] Fix test names in gdb.base/longjmp.exp
authorTom de Vries <tdevries@suse.de>
Tue, 6 Dec 2022 11:01:46 +0000 (12:01 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 6 Dec 2022 11:01:46 +0000 (12:01 +0100)
commit8db40179f0e61c2145a4470afa47fb1945a8d9c8
treed544984fc1eae4069936e528ac55597ecdb007d6
parent6e41445bb006f3afc784862f8eb1bf0f2691a94a
[gdb/testsuite] Fix test names in gdb.base/longjmp.exp

When running test-case gdb.base/longjmp.exp, we have:
...
PASS: gdb.base/longjmp.exp: next over setjmp (1)
  ...
PASS: gdb.base/longjmp.exp: next over setjmp (2)
...

The trailing " (1)" and " (2)" are interpreted as comments rather than parts
of the test name, and therefore this is a duplicate, which is currently not
detected by our duplicate detection mechanism (PR testsuite/29772).

Fix the duplicate by using with_test_prefix.

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