aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/tests
Commit message (Expand)AuthorAgeFilesLines
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-281-1/+0
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2710-10/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1618-36/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* msun: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* Fix failures in libm's lround_test after clang 12 importDimitry Andric2021-06-221-6/+1
* Allow lib/msun/logarithm_test to pass on ld128 platformsAlex Richardson2021-04-201-1/+17
* Remove XFAIL from tests/lib/msun/lround_test:mainAlex Richardson2021-04-151-1/+0
* Remove amd64 XFAIL from tests/lib/msun/fma_test:infinitiesAlex Richardson2021-04-151-4/+0
* lib/msun: Exclude ignored-pragmas from -WerrorAlex Richardson2021-04-151-0/+6
* lib/msun/tests: Drop WARNS=6Alex Richardson2021-03-221-2/+0
* lib/msun/tests: Re-enable csqrt_test on AArch64Alex Richardson2021-03-221-4/+0
* Fix lib/msun/tests/csqrt_test on platforms with 128-bit long doubleAlex Richardson2021-03-221-9/+17
* Fix unused functions in invtrig_test.cAlex Richardson2021-03-221-2/+8
* lib/msun/tests: Add more debug output to fenv_test.cAlex Richardson2021-03-222-2/+7
* lib/msun/tests: Skip fenv_test:masking if exceptions can't be trappedAlex Richardson2021-03-221-1/+21
* lib/msun: Allow building tests with WARNS=6Alex Richardson2021-03-221-1/+1
* Improve test messages for msun testsAlex Richardson2021-03-2216-106/+102
* Remove XFAILs from fmaxmin testAlex Richardson2021-03-221-19/+0
* Convert the msun tests to ATFAlex Richardson2021-03-2222-846/+845
* Build lib/msun tests with compiler builtins disabledDimitry Andric2021-02-231-0/+4
* lib/msun/ctrig_test: Print the mismatched values on failureAlex Richardson2021-02-231-8/+16
* Update libm tests from NetBSDAlex Richardson2021-02-221-0/+2
* msun: ctanh/ctanhf: Import fix from musl libcAlex Richardson2021-02-151-15/+8
* Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-101-0/+1
* Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric2021-02-091-3/+0
* Avoid double output in fenv_testAlex Richardson2021-01-291-0/+2
* test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson2021-01-291-1/+1
* Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14Alex Richardson2021-01-291-1/+1
* Un-XFAIL two tests with Clang > 10Alex Richardson2021-01-281-1/+1
* msun tests: use standard floating-point exception flags on lrint and fenv testsAlfredo Dal'Ava Junior2020-11-182-9/+12
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0
* Enable long double tests on RISC-VMitchell Horne2020-06-241-3/+4
* Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu2020-03-111-0/+3
* Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu2019-08-311-0/+2
* Partially revert r271349, which disabled the msun cexp test #4 on i386.Dimitry Andric2019-06-011-11/+15
* Amend r343442, by only expecting the lib.msun.cbrt_test.cbrtl_powl andDimitry Andric2019-02-081-1/+2
* Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction}Li-Wen Hsu2019-01-251-0/+4
* Resolve conflicts between macros in fenv.h and ieeefp.hDimitry Andric2018-05-311-4/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* lib/msun: add more csqrt unit tests for precision and overflowRyan Libby2017-08-291-19/+100
* Revert r321457Enji Cooper2017-08-261-5/+0
* Re-add #endif accidentally deleted in r321484Enji Cooper2017-07-251-0/+1
* Only test ld_pi_odd with LDBL_MANT_DIG == 64 to fix the buildEnji Cooper2017-07-251-6/+1
* Mask issues with duplicate definitions for __fnstcw, __fldenv, and __fldcw onEnji Cooper2017-07-251-0/+4
* Mark :reduction as an expected failureEnji Cooper2017-07-251-0/+5
* Convert lib/msun/trig_test from TAP to ATF formatEnji Cooper2017-07-252-69/+73
* Raise WARNS to 1Enji Cooper2017-07-251-2/+2
* logarithm_test: assert that feclearexcept succeedsEnji Cooper2017-05-291-1/+1