aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/fenv
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[libc][test] Fix TEST->TEST_F typo in getenv_and_setenv_test.cpp (#94304)Jordan Rupprecht1-1/+1
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath11-60/+116
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis2-7/+26
2024-04-15[libc] Add proxy headers for fenv types. (#88467)Job Henandez Lara4-7/+4
2024-04-09[libc] Add proxy header for fenv.h macro constants. #87863 (#87896)Job Henandez Lara6-6/+6
2024-04-05 [libc][c23][fenv] implement fesetexcept (#87603)aniplcc2-1/+34
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber1-1/+1
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha3-3/+6
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet9-128/+126
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly1-0/+2
2023-05-25Revert "[libc] Enable hermetic floating point tests"Joseph Huber1-2/+0
2023-05-25[libc] Enable hermetic floating point testsJoseph Huber1-0/+2
2023-05-03[libc] Split out FPExceptMatcher from the FP utilsJoseph Huber1-0/+4
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy1-1/+1
2023-03-08[libc] Add riscv64 fenv implementation and enable the fenv.h functions.Siva Chandra3-6/+6
2023-03-06[libc] Add arm 32 FEnvImpl.Siva Chandra Reddy3-9/+9
2023-02-09[libc][NFC] Move architectures.h to properties subfolderGuillaume Chatelet3-3/+3
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet3-6/+6
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy9-11/+11
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet3-9/+9
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones1-7/+7
2022-07-13[libc] Reset rounding mode after fsetround testsAlex Brachet1-0/+7
2022-03-23[libc] Change FEnv to use MXCSR as source of truthMichael Jones1-0/+13
2022-03-10[libc] Initial support for darwin-aarch64.Tue Ly1-3/+5
2022-03-04[libc] Fix small bugs in aarch64/FEnvImpl.h and simplify feclearexcept_test.Tue Ly1-43/+4
2022-03-04[libc] Remove the redundant header FPUtil/FEnvUtils.hTue Ly7-7/+7
2021-12-22[libc] apply formatting to testsMichael Jones2-6/+6
2021-12-07[libc] apply new lint rulesMichael Jones7-60/+60
2021-11-02[libc] Add more robust compile time architecture detectionGuillaume Chatelet3-6/+9
2021-10-29Revert "[libc] Add more robust compile time architecture detection"Guillaume Chatelet3-11/+7
2021-10-29[libc] Add more robust compile time architecture detectionGuillaume Chatelet3-7/+11
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy2-2/+2
2021-09-28[libc] Add FE_DFL_ENV and handle it in fesetenv.Siva Chandra Reddy2-0/+35
2021-09-10[libc] Add extension functions fedisableexcept, feenableexcept and fegetexcept.Siva Chandra Reddy2-0/+98
2021-09-09[libc] Skip fenv exception tests on aarch64 if HW doesn't support exceptions.Siva Chandra Reddy2-0/+28
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones8-16/+16
2021-07-30[libc] Move FPExceptMatcher out of TestHelpers.hSiva Chandra Reddy2-2/+2
2021-07-27[libc] Fix x86_64 fenv implementation for windowsSiva Chandra Reddy1-1/+3
2021-07-23[libc] Accommodate Fuchsia's death test framework in fenv tests.Siva Chandra Reddy2-5/+27
2021-07-22[libc] Rename FEnv.h and refactor subsequent filesHedin Garca7-7/+7
2021-07-21[libc][NFC] Adjust enabled_exceptions_test wrt FE_INEXACT.Siva Chandra Reddy1-4/+8
2021-07-21[libc] Add a new test matcher for tests raising floating point exceptions.Siva Chandra Reddy3-24/+17
2021-06-30[libc][NFC] Clear all exceptions in exception_flags_test before raising another.Siva Chandra1-2/+4
2021-06-30[libc] Clear all exceptions before setting in fesetexceptflag.Siva Chandra Reddy1-0/+11
2021-06-30[libc] Fix feclearexcept for x86_64.Siva Chandra Reddy2-0/+94
2021-02-18[libc] Add implementations of the remaining fenv functions.Siva Chandra Reddy5-0/+196
2021-02-01[libc][NFC] Add a death test API adaptation macroMichael Jones1-1/+1
2021-02-01[libc] Small adjustments to fenv testsMichael Jones2-4/+14
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones3-3/+3
2021-01-18[libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv/exception_status_testSiva Chandra Reddy1-22/+22