summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio
AgeCommit message (Expand)Author
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
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-07-13[libc] Stop using LLVM's `stdout` in overlay mode testsJoseph Huber
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-09[libc] Fix sprintf FixedConv test (#98204)Mikhail R. Gadelha
2024-07-09[libc] adjust printf macro test to use all 64 bits (#98195)Michael Jones
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang
2024-04-01[libc] fixup ftello test (#87282)Nick Desaulniers
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel
2024-03-29[libc] Fix missing UINTMAX_WIDTH (#87092)Michael Jones
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash