New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/40720#issuecomment-1340120164 Comment: Summary of testsuite (since failures don't error out): - on `x86_64`, everything looks ok: ``` Summary: PASS 17107 FAIL 0 XFAIL (reported bug) 33 SKIP (missing feature) 140 SKIP (run-time condition) 52 ``` - on `x86_64-musl`, 6 regressions: ``` libinterp/corefcn/mappers.cc-tst ............................... pass 412/420 REGRESSION 6 ... Summary: PASS 17099 FAIL 0 REGRESSION 6 XFAIL (reported bug) 35 SKIP (missing feature) 140 SKIP (run-time condition) 52 ``` - on `i686`, 2 failures and 1 regression: ``` libinterp/corefcn/qz.cc-tst .................................... pass 3/4 FAIL 1 libinterp/corefcn/sqrtm.cc-tst ................................. pass 3/4 REGRESSION 1 ... elfun/sind.m ................................................... pass 9/10 FAIL 1 ... Summary: PASS 17095 FAIL 2 REGRESSION 1 XFAIL (reported bug) 30 SKIP (missing feature) 152 SKIP (run-time condition) 52 ``` Note that `i686` has more skips because of the `--without-spqr`. I'm satisfied as it is, I'm not going to work on fixing these unless this causes some real issue for someone.