From: Paul F. <pj...@wa...> - 2024-04-25 18:55:42
|
On 25-04-24 14:39, Simon Sobisch wrote: > 1. Several failing tests because of sed and ps usage. With > > 2. Two failing tests on Debian with AMD Ryzen: > 3. compile warnings with clang on arm64 (in multiple files/positions > with different arguments to the macros CALL_FN_W_W, CALL_FN_W_WW, > CALL_FN_W_WWW and CALL_FN_W_WWWW): Hi Thanks for the tests. sed, ps etc. I don't think that it's worth adding checks but we should add something to README_DEVELOPERS. It's a similar situation on FreeBSD and Illumos, documented in their respective READMEs. Regtest fails. stime is deprecated, but that shouldn't change things. The permission messages - I'll see if I can reproduce on another machine. For the arm64 warnings, what OS were you usung? The last two warnings I'll deal with after the release. A+ Paul |