Re: [PATCH] testsuite: Enable reduced parallel batch sizes

2025-02-12 Thread Thomas Schwinge
Hi! On 2025-02-05T16:12:38+, Andrew Carlotti wrote: > Various aarch64 tests attempt to reduce the batch size for parallel test > execution to a single test per batch, but it looks like the necessary > changes to gcc_parallel_test_run_p were accidentally omitted when the > aarch64-*-acle-asm.e

Re: [PATCH] testsuite: Enable reduced parallel batch sizes

2025-02-05 Thread Jakub Jelinek
On Wed, Feb 05, 2025 at 04:12:38PM +, Andrew Carlotti wrote: > Various aarch64 tests attempt to reduce the batch size for parallel test > execution to a single test per batch, but it looks like the necessary > changes to gcc_parallel_test_run_p were accidentally omitted when the > aarch64-*-acl

Re: [PATCH] testsuite: Enable reduced parallel batch sizes

2025-02-05 Thread Richard Sandiford
Andrew Carlotti writes: > Various aarch64 tests attempt to reduce the batch size for parallel test > execution to a single test per batch, but it looks like the necessary > changes to gcc_parallel_test_run_p were accidentally omitted when the > aarch64-*-acle-asm.exp files were merged. This patch

[PATCH] testsuite: Enable reduced parallel batch sizes

2025-02-05 Thread Andrew Carlotti
Various aarch64 tests attempt to reduce the batch size for parallel test execution to a single test per batch, but it looks like the necessary changes to gcc_parallel_test_run_p were accidentally omitted when the aarch64-*-acle-asm.exp files were merged. This patch corrects that omission. This do