summaryrefslogtreecommitdiff
path: root/libc/test/UnitTest
AgeCommit message (Expand)Author
2025-11-14[libc] fix EXPECT_EXIT suspend/timeout for darwin (#166065)Shreeyash Pandey
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey
2025-11-12[libc] allow UnitTest suite to be compiled on darwin (#166062)Shreeyash Pandey
2025-11-11[libc] Use a sensible default when TEST_UNDECLARED_OUTPUTS_DIR is unset. (#16...Sterling-Augustine
2025-11-05[libc] Make errno asserts noop on gpu targets (#166606)Marcell Leleszi
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-11-05[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (...Victor Campos
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue
2025-09-29[libc][msvc] fix mathlib build on WoA (#161258)Schrodinger ZHU Yifan
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-19[libc] Update floating testing infra for MSVC compatibility. (#159810)lntue
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey
2025-09-15[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727)Alexey Samsonov
2025-09-12[libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393)lntue
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-08-07[libc] Migrate FEnvSafeTest and FPTest to ErrnoCheckingTest. (#152633)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue
2025-06-13[libc] Output all headers with LIBC_CONF_OUTPUT_ALL_HEADERS (#144114)William Huynh
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-24[libc] Remove extraneous ASSERT_ERRNO_* macro definitions (#132812)Roland McGrath
2025-03-19[libc] Migrate sys/socket tests to use ErrnoCheckingTest. (#132107)Alexey Samsonov
2025-03-19[libc] Migrate unistd tests to use ErrnoCheckingTest. (#132067)Alexey Samsonov
2025-03-18[libc] Create ErrnoCheckingTest harness to simplify errno tests. (#131703)Alexey Samsonov
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2025-02-27[libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413)Krishna Pandey
2025-02-23[libc] Fix alignment issue for HermeticTestUtils.cpp. (#128426)lntue
2025-02-13[libc] Make test macros suppress the -Wdangling-else warnings (#127149)Roland McGrath
2025-02-13[libc][math] Improve the performance of sqrtf128. (#122578)lntue
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
2025-01-09[libc][test] fix memory leak pt.2 (#122384)Nick Desaulniers
2025-01-09[libc][test] fix memory leak (#122378)Nick Desaulniers
2025-01-09[libc][test] remove C++ stdlib includes (#122369)Nick Desaulniers
2024-12-30[libc] Fix non-calls to cpp::is_complex_type_same (#121257)Roland McGrath
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-11-12[libc][i386] FPBit support for 96b long double (#115084)Nick Desaulniers
2024-11-07[libc][math][c23] Add exp10m1f C23 math function (#87992)OverMighty
2024-10-31[libc] Remove FE_ALL_EXCEPT check in hdr/fenv_macros.h. (#114446)lntue
2024-10-30[libc] Fix usage of std::nullptr_t in LibcTest.h. (#114321)lntue
2024-10-30[libc] fix behavior of strrchr(x, '\0') (#112620)George Burgess IV
2024-10-22[libc] Use `if constexpr` for compile-time conditionals (#113417)Roland McGrath
2024-10-18[libc][math][c23] Add logf16 C23 math function (#106072)OverMighty
2024-10-18[libc][math] Add test and fix atan2f crashing when flush-denorm-to-zero (FTZ)...lntue
2024-10-18[libc][complex] Added support for CFP16 and CFP128 (#112594)Shourya Goel