On Mon, 8 May 2023 12:42:33 +0200
Thomas Schwinge wrote:
> >> +if [info exists ::env(GCC_RUNTEST_PARALLELIZE_DIR)] {
> >> +load_file ../libgomp-test-support.exp
> >> +} else {
> >> +load_file libgomp-test-support.exp
> >> +}
> >
> > Do we have to re-read those? Other
xisting/independent thing to look into.
>> And, for now, I hard-code the number of parallel slots to one. This
>> means that libgomp for 'make -j' now does use the parallel testing code
>> paths, but is restricted to just one slot. That is, no actual change in
&
, but is restricted to just one slot. That is, no actual change in
> behavior, other than that 'libgomp.sum' then is filtered through
> 'contrib/dg-extract-results.sh'.
>
> OK to push the attached
> "Support parallel testing in libgomp, part I [PR66005]&quo
s that libgomp for 'make -j' now does use the parallel testing code
paths, but is restricted to just one slot. That is, no actual change in
behavior, other than that 'libgomp.sum' then is filtered through
'contrib/dg-extract-results.sh'.
OK to push the attached
"Suppo