[committed][gdb/testsuite] Fix incorrect string concat in jit-elf.exp

Simon Marchi simon.marchi@polymtl.ca
Wed May 13 13:45:53 GMT 2020


On 2020-05-13 4:52 a.m., Tom de Vries wrote:
> Hi,
> 
> I don't know if such a generic list exists.  I'd say what makes sense
> depends on the patch.
> 
> For symtab-related patches, use readnow, cc-with-gdb-index,
> cc-with-debug-names.
> 
> If the test contains nonstandard handling of inferiors, try some
> gdbserver boards (I'm not sure which).
> 
> If the test contains explicit file handling, try some of the remote
> boards (I'm not sure which).
> 
> Thanks,
> - Tom

FWIW, I just learned it's possible to pass a list of target boards to --target_board:

  --target_board='unix native-gdbserver native-extended-gdbserver'

And it gives a combined result at the end.  So I'll make myself an alias to test on all
the commonly used boards, probably:

- cc-with-debug-names.exp
- cc-with-dwz.exp
- cc-with-dwz-m.exp
- cc-with-gdb-index.exp
- debug-types.exp
- dwarf4-gdb-index.exp
- fission-dwp.exp
- fission.exp
- native-extended-gdbserver.exp
- native-gdbserver.exp
- native-stdio-gdbserver.exp
- readnow.exp

When working on a single test, it's usually not to long to run them all.  Of course, it's
not really practical to run the complete testsuite twice (before and after) for each board
for every change we do...

Simon



More information about the Gdb-patches mailing list