aboutsummaryrefslogtreecommitdiff
path: root/libc/test/UnitTest
AgeCommit message (Expand)AuthorFilesLines
2025-06-13[libc] Output all headers with LIBC_CONF_OUTPUT_ALL_HEADERS (#144114)William Huynh1-1/+1
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue4-15/+14
2025-03-24[libc] Remove extraneous ASSERT_ERRNO_* macro definitions (#132812)Roland McGrath1-8/+0
2025-03-19[libc] Migrate sys/socket tests to use ErrnoCheckingTest. (#132107)Alexey Samsonov1-3/+7
2025-03-19[libc] Migrate unistd tests to use ErrnoCheckingTest. (#132067)Alexey Samsonov1-2/+8
2025-03-18[libc] Create ErrnoCheckingTest harness to simplify errno tests. (#131703)Alexey Samsonov2-0/+49
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh4-8/+8
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler4-8/+8
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh4-8/+8
2025-02-27[libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413)Krishna Pandey1-0/+1
2025-02-23[libc] Fix alignment issue for HermeticTestUtils.cpp. (#128426)lntue1-3/+3
2025-02-13[libc] Make test macros suppress the -Wdangling-else warnings (#127149)Roland McGrath1-0/+9
2025-02-13[libc][math] Improve the performance of sqrtf128. (#122578)lntue1-21/+55
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers1-1/+1
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel1-1/+0
2025-01-09[libc][test] fix memory leak pt.2 (#122384)Nick Desaulniers2-8/+8
2025-01-09[libc][test] fix memory leak (#122378)Nick Desaulniers2-4/+16
2025-01-09[libc][test] remove C++ stdlib includes (#122369)Nick Desaulniers3-14/+12
2024-12-30[libc] Fix non-calls to cpp::is_complex_type_same (#121257)Roland McGrath1-4/+4
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones1-1/+3
2024-11-12[libc][i386] FPBit support for 96b long double (#115084)Nick Desaulniers1-1/+1
2024-11-07[libc][math][c23] Add exp10m1f C23 math function (#87992)OverMighty1-1/+2
2024-10-31[libc] Remove FE_ALL_EXCEPT check in hdr/fenv_macros.h. (#114446)lntue1-9/+13
2024-10-30[libc] Fix usage of std::nullptr_t in LibcTest.h. (#114321)lntue1-1/+1
2024-10-30[libc] fix behavior of strrchr(x, '\0') (#112620)George Burgess IV1-0/+8
2024-10-22[libc] Use `if constexpr` for compile-time conditionals (#113417)Roland McGrath1-10/+10
2024-10-18[libc][math][c23] Add logf16 C23 math function (#106072)OverMighty1-0/+13
2024-10-18[libc][math] Add test and fix atan2f crashing when flush-denorm-to-zero (FTZ)...lntue1-0/+26
2024-10-18[libc][complex] Added support for CFP16 and CFP128 (#112594)Shourya Goel1-0/+17
2024-10-14[libc][complex] Set up headers and add documentation for complex.h. (#111659)Shourya Goel1-0/+89
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara2-4/+0
2024-10-01[libc] Move struct Sign into LIBC_NAMESPACE (#110709)Michael Jones1-0/+2
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue1-9/+17
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty1-0/+32
2024-08-12[libc] Fix warning on 'extern "C" int main' in test suite (#102973)Joseph Huber1-1/+9
2024-08-11Revert "libc: Remove `extern "C"` from main declarations" (#102827)Schrodinger ZHU Yifan1-1/+1
2024-08-11libc: Remove `extern "C"` from main declarations (#102825)David Blaikie1-1/+1
2024-07-30[libc][math][c23] Add expf16 C23 math function (#100632)OverMighty1-1/+2
2024-07-22[libc] Remove workarounds for lack of functional NVPTX linker (#96972)Joseph Huber1-8/+1
2024-07-19[libc] Increase test timeout (#99678)Mikhail R. Gadelha1-4/+10
2024-07-17[libc] Added missing operator delete generated by gcc/clang (#67457)Mikhail R. Gadelha1-1/+14
2024-07-15[libc][NFC] Fix printed test time in 32-bit systems (#98922)Mikhail R. Gadelha1-2/+2
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek27-56/+98
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini27-98/+56
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek27-56/+98
2024-06-17[libc] Fix getauxval being defined in a namespaceJoseph Huber1-2/+4
2024-06-17[libc] Only include getauxval on AARCH64 targets (#95844)Joseph Huber1-1/+2
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan2-1/+17
2024-06-11[libc][math][c23] Add {totalorder,totalordermag}f16 C23 math functions (#95014)OverMighty1-2/+4
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)3-20/+77