binutils-gdb/sim/testsuite
Mike Frysinger 804de1faf4 sim: testsuite: support parallel execution
Break up the dejagnu logic so that we can parallelize the testsuite.
This takes a page from gcc & gdb where each .exp is run in isolation
instead of in serial.

For most targets, this doesn't make much of a difference as they only
have a single .exp.  A few (like cris & frv) have multiple .exp though
and will see a bit of a speed up.

The real gain is when testing a multitarget build.  This way we can
run all the targets in parallel and cut the execution time a bit.
On my system, it goes from ~155sec to ~100sec.

We can gain further speedups by splitting up some of the larger .exp
files into smaller groups.  We'll do that in a followup though.
2021-11-28 21:55:15 -05:00
..
aarch64 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
arm sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
avr sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
bfin sim: testsuite: add dedicated flag for init toolchain tests 2021-11-27 03:09:57 -05:00
bpf sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
common sim: testsuite: fix bits-gen EXEEXT handling 2021-11-26 20:41:44 -05:00
config sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
cr16 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
cris sim: cris: always search for local rvdummy tool 2021-11-27 01:26:41 -05:00
d10v sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
example-synacor sim: testsuite: clean up arch specific toolchain settings 2021-11-27 01:27:17 -05:00
frv sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
ft32 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
h8300 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
iq2000 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
lib sim: testsuite: expand arch specific toolchain settings 2021-11-28 21:55:15 -05:00
lm32 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
m32c sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
m32r sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
m68hc11 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
mcore sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
microblaze sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
mips sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
mn10300 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
moxie sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
msp430 sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
or1k sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
pru sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
riscv sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
sh sim: testsuite: rework sim_init usage 2021-11-26 19:48:05 -05:00
v850 sim: testsuite: clean up arch specific toolchain settings 2021-11-27 01:27:17 -05:00
.gitignore
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
local.mk sim: testsuite: support parallel execution 2021-11-28 21:55:15 -05:00