| dbb2d6f5 | 22-Mar-2021 |
Alex Richardson <[email protected]> |
lib/msun/tests: Re-enable csqrt_test on AArch64
The LLVM bug was fixed a long time ago and with D29076 this test actually passes now.
Reviewed By: andrew Differential Revision: https://reviews.free
lib/msun/tests: Re-enable csqrt_test on AArch64
The LLVM bug was fixed a long time ago and with D29076 this test actually passes now.
Reviewed By: andrew Differential Revision: https://reviews.freebsd.org/D29092
show more ...
|
| 7f5693d0 | 22-Mar-2021 |
Alex Richardson <[email protected]> |
Fix unused functions in invtrig_test.c
I only tested the WARNS=6 change on AArch64 and AMD64, but this file has unused functions for architectures with LDBL_PREC == 53.
While touching this file cha
Fix unused functions in invtrig_test.c
I only tested the WARNS=6 change on AArch64 and AMD64, but this file has unused functions for architectures with LDBL_PREC == 53.
While touching this file change the LDBL_PREC == 53 checks to i386 checks. The long double tests should only be disabled for i386 (due to the rather odd rounding mode that it uses) not all architectures where long double is the same as double.
PR: 205449 Fixes: 87d65c747a43 ("lib/msun: Allow building tests with WARNS=6") Reported by: Jenkins
show more ...
|
| 2b9dbcd3 | 22-Mar-2021 |
Alex Richardson <[email protected]> |
lib/msun/tests: Skip fenv_test:masking if exceptions can't be trapped
Some CPUs (e.g. AArch64 QEMU) cannot trap on floating point exceptions and therefore ignore the writes to the floating point con
lib/msun/tests: Skip fenv_test:masking if exceptions can't be trapped
Some CPUs (e.g. AArch64 QEMU) cannot trap on floating point exceptions and therefore ignore the writes to the floating point control register inside feenableexcept(). If no exceptions are enabled after feenableexcept(FE_ALL_EXCEPT), we can assume that the CPU does not support exceptions and we can then skip the test.
Reviewed By: dim Differential Revision: https://reviews.freebsd.org/D29095
show more ...
|
| b358534a | 22-Mar-2021 |
Alex Richardson <[email protected]> |
Remove XFAILs from fmaxmin test
These appears to have been resolved by compiling the test with -fno-builtin and/or using a newer compiler.
PR: 208703 Reviewed By: ngie Differential Revision: https
Remove XFAILs from fmaxmin test
These appears to have been resolved by compiling the test with -fno-builtin and/or using a newer compiler.
PR: 208703 Reviewed By: ngie Differential Revision: https://reviews.freebsd.org/D28884
show more ...
|