On 1/4/23 16:26, Richard Henderson wrote:
From the failures I see on the gitlab merge job, I think I need to resubmit with this new test adjusted to loop less,

+    for (i = 0; i < 50000; i++) {

here.

The failing jobs are --enable-debug, and take about 115 seconds to run manually on our aarch64 test host, exceeding the 90 second timeout.

I'll cut this down to 10000 loops and double-check times before resubmitting.

Hmm. Even this only reduced the runtime to 98 seconds. Curiously, the test runs in 1.8 seconds with optimization enabled (--enable-debug-tcg). I'm not sure where all that extra time is going...


r~

Reply via email to