summaryrefslogtreecommitdiff
path: root/lib/msun/tests
AgeCommit message (Expand)Author
2025-12-17lib/msun/tests: xfail remaining failing tests on non-x86 archsSiva Mahadevan
2025-12-17lib/msun/tests: xfail failing lrint_test cases on non-x86 archsSiva Mahadevan
2025-12-17lib/msun/tests: xfail failing invtrig_test cases on non-x86Siva Mahadevan
2025-12-17lib/msun/tests: Add REQUIRE_ variants of test-utils macrosSiva Mahadevan
2025-12-17lib/msun/tests: Remove newlines in ATF msgsSiva Mahadevan
2025-12-17lib/msun/tests: Replace remaining printf() with debug()Siva Mahadevan
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-28lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-04msun: Remove a double word in a source code commentGordon Bergling
2021-06-22Fix failures in libm's lround_test after clang 12 importDimitry Andric
2021-04-20Allow lib/msun/logarithm_test to pass on ld128 platformsAlex Richardson
2021-04-15Remove XFAIL from tests/lib/msun/lround_test:mainAlex Richardson
2021-04-15Remove amd64 XFAIL from tests/lib/msun/fma_test:infinitiesAlex Richardson
2021-04-15lib/msun: Exclude ignored-pragmas from -WerrorAlex Richardson
2021-03-22lib/msun/tests: Drop WARNS=6Alex Richardson
2021-03-22lib/msun/tests: Re-enable csqrt_test on AArch64Alex Richardson
2021-03-22Fix lib/msun/tests/csqrt_test on platforms with 128-bit long doubleAlex Richardson
2021-03-22Fix unused functions in invtrig_test.cAlex Richardson
2021-03-22lib/msun/tests: Add more debug output to fenv_test.cAlex Richardson
2021-03-22lib/msun/tests: Skip fenv_test:masking if exceptions can't be trappedAlex Richardson
2021-03-22lib/msun: Allow building tests with WARNS=6Alex Richardson
2021-03-22Improve test messages for msun testsAlex Richardson
2021-03-22Remove XFAILs from fmaxmin testAlex Richardson
2021-03-22Convert the msun tests to ATFAlex Richardson
2021-02-23Build lib/msun tests with compiler builtins disabledDimitry Andric
2021-02-23lib/msun/ctrig_test: Print the mismatched values on failureAlex Richardson
2021-02-22Update libm tests from NetBSDAlex Richardson
2021-02-15msun: ctanh/ctanhf: Import fix from musl libcAlex Richardson
2021-02-10Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric
2021-02-09Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric
2021-01-29Avoid double output in fenv_testAlex Richardson
2021-01-29test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson
2021-01-29Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14Alex Richardson
2021-01-28Un-XFAIL two tests with Clang > 10Alex Richardson
2020-11-18msun tests: use standard floating-point exception flags on lrint and fenv testsAlfredo Dal'Ava Junior
2020-08-17Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI
2020-06-24Enable long double tests on RISC-VMitchell Horne
2020-03-11Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu
2019-08-31Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu
2019-06-01Partially revert r271349, which disabled the msun cexp test #4 on i386.Dimitry Andric
2019-02-08Amend r343442, by only expecting the lib.msun.cbrt_test.cbrtl_powl andDimitry Andric
2019-01-25Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction}Li-Wen Hsu
2018-05-31Resolve conflicts between macros in fenv.h and ieeefp.hDimitry Andric
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-29lib/msun: add more csqrt unit tests for precision and overflowRyan Libby
2017-08-26Revert r321457Enji Cooper