aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2025-11-06[libc] Disable overflow test in strfromtest on riscv32 (#166719)Marcell Leleszi2-0/+5
2025-11-06[libc] Fix stale char_ptr for find_first_character_wide read (#166594)Sterling-Augustine1-0/+5
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel1-93/+72
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel1-72/+93
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi7-33/+97
2025-11-05[libc] Make errno asserts noop on gpu targets (#166606)Marcell Leleszi4-0/+16
2025-11-05[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)Alexey Samsonov1-12/+12
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov3-15/+15
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+2
2025-11-05[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (...Victor Campos1-1/+2
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng7-94/+33
2025-11-05[libc] Fix fprintf_test assuming specific errnos. (#166479)Michael Jones1-2/+2
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones1-0/+12
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi7-33/+94
2025-11-04[libc] Add chown and getgid implementations (#166434)Shubh Pachchigar3-0/+96
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng7-93/+33
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi7-33/+93
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov3-53/+57
2025-10-30[libc] Fix strftime_test (#165770)Michael Jones1-4/+5
2025-10-30[libc] Fix off by one error in strftime (#165711)Marcell Leleszi1-0/+20
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey14-14/+24
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue14-76/+56
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh14-56/+76
2025-10-22[libc] Add macros definitions for <nl_types.h> (#164474)Alexey Samsonov2-2/+4
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue56-189/+576
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov3-0/+48
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue7-6/+226
2025-10-21[libc] implement `inet_aton` (#162651)Connector Switch2-0/+103
2025-10-17[libc][NFC] Remove cpp20 requirement for arpa/inet test (#163983)Connector Switch1-8/+0
2025-10-17[libc] add IPV6 related macros (#162219)Connector Switch1-0/+10
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+2
2025-10-15libc: Introduce calls to sysconf to get page size.Peter Collingbourne5-8/+12
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni2-1/+2
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev10-2/+198
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey3-0/+104
2025-10-06[libc] Simplify mman tests (#161748)Michael Jones5-38/+25
2025-10-06[libc] Clean up sys/resource (#161749)Michael Jones3-4/+5
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+2
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch2-0/+29
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+2
2025-10-02[libc] Implement faccessat (#161065)Marcell Leleszi2-0/+132
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni2-0/+2
2025-09-29[libc][msvc] fix mathlib build on WoA (#161258)Schrodinger ZHU Yifan1-1/+1
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni2-0/+2
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber1-0/+62
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue4-44/+46
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey4-0/+118
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones5-14/+4
2025-09-23[libc][POSIX][unistd] Implement gethostname (#128142)Zaky Hermawan2-0/+43
2025-09-22[libc] Remove separate RPC test handling (#160206)Joseph Huber4-11/+7