summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio
AgeCommit message (Expand)Author
2025-11-18[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)Alexey Samsonov
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng
2025-11-05[libc] Fix fprintf_test assuming specific errnos. (#166479)Michael Jones
2025-11-04[libc] Fix printf long double bugs (#166474)Michael Jones
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones
2025-09-05[libc] Use anonymous namespace for test helper code (#157203)Roland McGrath
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue
2025-06-17Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134)Alexey Samsonov
2025-06-13Revert "Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest."" (#144...Alexey Samsonov
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh
2025-06-13Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972)Alexey Samsonov
2025-06-12[libc] Implement perror (#143624)Michael Jones
2025-06-11Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829)Alexey Samsonov
2025-06-11Revert "[libc] Fix stdio tests after #143802" (#143824)Kewen12
2025-06-11[libc] Fix stdio tests after #143802 (#143810)Michael Jones
2025-06-11[libc] Migrate stdio tests to ErrnoCheckingTest. (#143802)Alexey Samsonov
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-17[libc] Templatize the scanf Reader interface (#131037)Petr Hosek
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber
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-22[libc] Fix scanf dependencies on the GPU buildJoseph Huber
2025-02-21[libc] Skip scanf internals when no file available (#128097)Michael Jones
2025-02-20[libc] Fix scanf cmake for targets without FILE (#128056)Michael Jones
2025-02-06[libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations (#126109)Alan Zhao
2025-02-04[libc] Alternative algorithm for decimal FP printf (#123643)Simon Tatham
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-18[libc] Scanf shouldn't match just "0x" for hex int (#112440)Michael Jones
2024-10-02[libc] Enable dyadic float for float printf (#110765)Michael Jones
2024-10-01[libc] clean up sprintf macros and float tests (#110759)Michael Jones
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-10-01[libc] Fix race conditions in sprintf_test. (#110624)lntue
2024-09-26[libc] Fix 'fgets' test on the GPU for some C libraries (#110118)Joseph Huber
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones
2024-08-28[libc] Disable failing scanf test on AMDGPU temporarilyJoseph Huber
2024-08-26[libc] Fix file collision causing test flake (#106119)Michael Jones
2024-08-26[libc] Implement 'vfscanf' and 'vscanf' (#105293)Joseph Huber
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan
2024-07-31[libc] Add vsscanf function (#101402)Joseph Huber
2024-07-24[libc] Enable 'sscanf' on the GPU #100211Joseph Huber