summaryrefslogtreecommitdiff
path: root/libc/test/src
AgeCommit message (Expand)Author
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey
2025-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones
2025-09-18[libc][math] Update test/src/math/smoke/FmaTest.h to not rely on compiler run...lntue
2025-09-17[libc] Temporarily disable floating point exception check for rsqrtf16 on aar...lntue
2025-09-17[libc][math] Adjust rsqrtf16 exception checks. (#159411)lntue
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-16[libc] Clean up mask helpers after allowing implicit conversions (#158681)Joseph Huber
2025-09-15[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727)Alexey Samsonov
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)Alexey Samsonov
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov
2025-09-10[libc] Migrate some test/src/time tests to ErrnoCheckingTest. (#157960)Alexey Samsonov
2025-09-10[libc] Clean up errno header usage in wchar tests. (#157942)Alexey Samsonov
2025-09-10[libc] Implement vector 'split' and 'concat' routines (#157537)Joseph Huber
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)Alexey Samsonov
2025-09-09[libc] Add check for support and a test for libc SIMD helpers (#157746)Joseph Huber
2025-09-09[libc] Add simple 'tuple' type to CPP helpers (#157739)Joseph Huber
2025-09-09[libc] Clean up errno header usage in all remaining math/smoke tests. (#157565)Alexey Samsonov
2025-09-08[libc] Clean up errno header usage in a few math/smoke tests. (#157517)Alexey Samsonov
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
2025-09-05[libc] Use anonymous namespace for test helper code (#157203)Roland McGrath
2025-09-03[libc] implement template functions for localtime (#110363)Zishan Mirza
2025-09-03[libc] fixed signed char issues in strsep()/strtok()/strtok_r(). (#156705)enh-google
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad
2025-08-28[libc][test] Remove more unused nan variables (#155925)Jordan Rupprecht
2025-08-28[libc][test] Remove unused nan variables (#155894)Jordan Rupprecht
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey
2025-08-27[libc][NFC] Fix Implicit Conversion Warning in getrandom Test (#155732)Aiden Grossman
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey
2025-08-21[libc] fix strsep()/strtok()/strtok_r() "subsequent searches" behavior. (#154...enh-google
2025-08-19[libc] Fix missing close at the end of file test (#154392)Michael Jones
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad
2025-08-15[libc] Fix mbrtowc test (#153721)Mikhail R. Gadelha
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey
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-11[libc] Disable LlvmLibcTimespecGet.Monotonic for baremetal targets (#152290)William Huynh