aboutsummaryrefslogtreecommitdiff
path: root/libc/test/UnitTest
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue1-20/+44
2025-11-28[libc][test] split exit tests into two separate tests (#169820)Shreeyash Pandey1-1/+1
2025-11-14[libc] fix EXPECT_EXIT suspend/timeout for darwin (#166065)Shreeyash Pandey1-3/+1
2025-11-14Revert "[libc][test] split exit tests into two separate tests" (#168102)Schrodinger ZHU Yifan1-1/+3
2025-11-14[libc][test] split exit tests into two separate tests (#166355)Shreeyash Pandey1-3/+1
2025-11-12[libc] allow UnitTest suite to be compiled on darwin (#166062)Shreeyash Pandey1-1/+1
2025-11-11[libc] Use a sensible default when TEST_UNDECLARED_OUTPUTS_DIR is unset. (#16...Sterling-Augustine1-0/+4
2025-11-05[libc] Make errno asserts noop on gpu targets (#166606)Marcell Leleszi2-0/+8
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov1-2/+2
2025-11-05[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (...Victor Campos1-1/+2
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue1-24/+29
2025-09-29[libc][msvc] fix mathlib build on WoA (#161258)Schrodinger ZHU Yifan1-1/+1
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue1-2/+2
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh5-9/+17
2025-09-19[libc] Update floating testing infra for MSVC compatibility. (#159810)lntue2-5/+12
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey1-1/+2
2025-09-15[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727)Alexey Samsonov2-15/+15
2025-09-12[libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393)lntue2-0/+6
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh5-17/+9
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh5-9/+17
2025-08-07[libc] Migrate FEnvSafeTest and FPTest to ErrnoCheckingTest. (#152633)Alexey Samsonov4-2/+19
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue7-11/+15
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue1-0/+9
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