On Tue, Aug 27, 2024 at 06:52:47PM +0100, Stuart Henderson wrote: > On 2024/08/27 17:03, Stuart Henderson wrote: > > The extra patches below fix things so tests can run on 3.11 (remove > > NO_TEST from Makefile too). "make test" on amd64 Py 3.11 results below > > the diff (summary: 31 failed, 35649 passed, 2372 skipped, 1305 > > deselected, 33 xfailed, 1 xpassed, 21 warnings in 207.79s"; I'll run > > it on aarch64 when my machine's free and reply if there are many > > differences. Maybe i386 too when the current bulk finishes (a day or > > two). > > Build fails early on aarch64. The meson full log file referenced does > not exist.
[...] > ../meson.build:1:0: ERROR: Unknown compiler(s): [['cc']] This didn't happen to me on my m1. It built without issue and the test results seem adequate - about the same as last time if memory serves. Almost all failures (if not all) are floating point maths-related. = 80 failed, 32771 passed, 977 skipped, 1305 deselected, 33 xfailed, 1 xpassed, 61 warnings in 164.79s (0:02:44) = sparc64 also built and tests also look good: = 68 failed, 32044 passed, 1716 skipped, 1305 deselected, 33 xfailed, 1 xpassed, 19 warnings in 668.77s (0:11:08) =