[The ". . ."s are omitted Metadata lines.] (only tested on rpi2 with -mcpu=cortex-a7 in use) kyua report --results-filter broken --results-file /usr/tests --verbose reports for lib/msun: ===> lib/msun/cexp_test:main Result: broken: Received signal 6 Duration: 1.094s . . . Standard output: 1..7 ok 1 - cexp zero # Run 0.. # Run 1.. # Run 2.. # Run 3.. # Run 4.. # Run 5.. # Run 6.. # Run 7.. Standard error: Assertion failed: (((void)(cexp), fetestexcept((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008)) == (0))), function test_nan, file /usr/src/lib/msun/tests/cexp_test .c, line 131. Process with PID 60903 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/ctrig_test:main Result: broken: Received signal 6 Duration: 1.097s . . . Standard output: 1..6 ok 1 - ctrig zero Standard error: Assertion failed: (((void)(csinh), fetestexcept((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008)) == (0))), function test_nan, file /usr/src/lib/msun/tests/ctrig_te st.c, line 165. Process with PID 60912 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/exponential_test:main Result: broken: Received signal 6 Duration: 1.097s . . . Standard output: 1..3 Standard error: Assertion failed: (((void)(exp), fetestexcept((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008)) == (0))), function run_generic_tests, file /usr/src/lib/msun/tests/e xponential_test.c, line 103. Process with PID 60915 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/fenv_test:main Result: broken: Received signal 6 Duration: 1.099s . . . Standard output: 1..8 Standard error: Assertion failed: (memcmp(&env, FE_DFL_ENV, sizeof(env)) == 0), function test_dfl_env, file /usr/src/lib/msun/tests/fenv_test.c, line 161. Process with PID 60918 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/fma_test:main Result: broken: Received signal 6 Duration: 1.114s . . . Standard output: 1..19 rmode = 0 ok 1 - fma zeroes rmode = 4194304 ok 2 - fma zeroes rmode = 8388608 ok 3 - fma zeroes rmode = 12582912 ok 4 - fma zeroes rmode = 0 ok 5 - fma infinities rmode = 4194304 ok 6 - fma infinities rmode = 8388608 ok 7 - fma infinities rmode = 12582912 ok 8 - fma infinities Standard error: Assertion failed: (((void)(fma), fetestexcept(((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008))) == ((0)))), function test_nans, file /usr/src/lib/msun/tests/fma_t est.c, line 165. Process with PID 60921 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/invctrig_test:main Result: broken: Received signal 6 Duration: 1.118s . . . Standard output: 1..6 ok 1 - invctrig zero Standard error: Assertion failed: (((void)(cacosh), fetestexcept((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008)) == (0))), function test_nan, file /usr/src/lib/msun/tests/invctri g_test.c, line 165. Process with PID 60930 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/invtrig_test:main Result: broken: Received signal 6 Duration: 1.114s . . . Standard output: 1..7 Standard error: Assertion failed: (((void)asin, fetestexcept(ALL_STD_EXCEPT) == (((0))))), function test_special, file /usr/src/lib/msun/tests/invtrig_test.c, line 145. Process with PID 60927 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/logarithm_test:main Result: broken: Received signal 6 Duration: 1.096s . . . Standard output: 1..5 Standard error: Assertion failed: (((void)(log), fetestexcept((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008)) == (0))), function run_generic_tests, file /usr/src/lib/msun/tests/l ogarithm_test.c, line 111. Process with PID 60933 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/lrint_test:main Result: broken: Received signal 6 Duration: 1.096s . . . Standard output: 1..1 Standard error: Assertion failed: (fetestexcept(FE_ALL_EXCEPT) == (0x0010)), function run_tests, file /usr/src/lib/msun/tests/lrint_test.c, line 73. Process with PID 60936 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/nearbyint_test:main Result: broken: Received signal 6 Duration: 1.096s . . . Standard output: 1..12 ok 1 # nearbyint(+-0) ok 2 # modf(+-0) Standard error: Assertion failed: (fetestexcept(ALL_STD_EXCEPT) == 0), function test_nearby, file /usr/src/lib/msun/tests/nearbyint_test.c, line 107. Process with PID 60942 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/rem_test:main Result: broken: Received signal 6 Duration: 1.091s . . . Standard output: 1..3 ok 1 - rem ok 2 - rem Standard error: Assertion failed: (rem == expected_rem), function testd, file /usr/src/lib/msun/tests/rem_test.c, line 173. Process with PID 60948 dumped core; attempting to gather stack trace Cannot find any core file ===> lib/msun/trig_test:main Result: broken: Received signal 6 Duration: 1.094s . . . Standard output: 1..3 Standard error: Assertion failed: (((void)(tan), fetestexcept((0x0002 | 0x0010 | 0x0001 | 0x0004 | 0x0008)) == (0))), function run_special_tests, file /usr/src/lib/msun/tests/t rig_test.c, line 106. Process with PID 60951 dumped core; attempting to gather stack trace Cannot find any core file
Note: Back on 2020-Jan-11 my test run on head -r356426 got similar msun results on both armv7 (Cortex-A7) and aarch64 (Cortex-A53/57/72), at least as far as getting signal 6 goes. The cexp_test failure was armv7 specific. As was invctrig_test.
^Triage: I'm sorry that this PR did not get addressed in a timely fashion. By now, the version that it was created against is long out of support. Please re-open if it is still a problem on a supported version.