summaryrefslogtreecommitdiff
path: root/libc/test/src/fenv/feholdexcept_test.cpp
AgeCommit message (Expand)Author
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-04-15[libc] Add proxy headers for fenv types. (#88467)Job Henandez Lara
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-03-08[libc] Add riscv64 fenv implementation and enable the fenv.h functions.Siva Chandra
2023-03-06[libc] Add arm 32 FEnvImpl.Siva Chandra Reddy
2023-02-09[libc][NFC] Move architectures.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet
2022-03-04[libc] Remove the redundant header FPUtil/FEnvUtils.hTue Ly
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-02[libc] Add more robust compile time architecture detectionGuillaume Chatelet
2021-10-29Revert "[libc] Add more robust compile time architecture detection"Guillaume Chatelet
2021-10-29[libc] Add more robust compile time architecture detectionGuillaume Chatelet
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy
2021-09-09[libc] Skip fenv exception tests on aarch64 if HW doesn't support exceptions.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-30[libc] Move FPExceptMatcher out of TestHelpers.hSiva Chandra Reddy
2021-07-23[libc] Accommodate Fuchsia's death test framework in fenv tests.Siva Chandra Reddy
2021-07-22[libc] Rename FEnv.h and refactor subsequent filesHedin Garca
2021-07-21[libc] Add a new test matcher for tests raising floating point exceptions.Siva Chandra Reddy
2021-02-18[libc] Add implementations of the remaining fenv functions.Siva Chandra Reddy