aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio
AgeCommit message (Expand)AuthorFilesLines
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue18-31/+43
2025-06-17Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134)Alexey Samsonov11-75/+85
2025-06-13Revert "Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest."" (#144...Alexey Samsonov11-84/+75
2025-06-13[libc] Fix bugs found when testing with all headers (#144049)William Huynh1-1/+1
2025-06-13Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972)Alexey Samsonov11-75/+84
2025-06-12[libc] Implement perror (#143624)Michael Jones2-0/+44
2025-06-11Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829)Alexey Samsonov11-52/+57
2025-06-11Revert "[libc] Fix stdio tests after #143802" (#143824)Kewen124-4/+0
2025-06-11[libc] Fix stdio tests after #143802 (#143810)Michael Jones4-0/+4
2025-06-11[libc] Migrate stdio tests to ErrnoCheckingTest. (#143802)Alexey Samsonov11-57/+52
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue11-76/+76
2025-03-17[libc] Templatize the scanf Reader interface (#131037)Petr Hosek3-24/+17
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue2-33/+33
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber2-41/+51
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh1-20/+40
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler1-40/+20
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh1-20/+40
2025-02-22[libc] Fix scanf dependencies on the GPU buildJoseph Huber1-1/+2
2025-02-21[libc] Skip scanf internals when no file available (#128097)Michael Jones1-0/+6
2025-02-20[libc] Fix scanf cmake for targets without FILE (#128056)Michael Jones1-6/+9
2025-02-06[libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations (#126109)Alan Zhao1-1/+1
2025-02-04[libc] Alternative algorithm for decimal FP printf (#123643)Simon Tatham2-1/+109
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones2-9/+7
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara2-2/+2
2024-10-18[libc] Scanf shouldn't match just "0x" for hex int (#112440)Michael Jones1-10/+26
2024-10-02[libc] Enable dyadic float for float printf (#110765)Michael Jones1-0/+3
2024-10-01[libc] clean up sprintf macros and float tests (#110759)Michael Jones1-631/+222
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue16-29/+13
2024-10-01[libc] Fix race conditions in sprintf_test. (#110624)lntue1-15/+35
2024-09-26[libc] Fix 'fgets' test on the GPU for some C libraries (#110118)Joseph Huber1-0/+3
2024-09-19[libc] Add printf strerror conversion (%m) (#105891)Michael Jones2-0/+185
2024-08-28[libc] Disable failing scanf test on AMDGPU temporarilyJoseph Huber1-26/+30
2024-08-26[libc] Fix file collision causing test flake (#106119)Michael Jones1-2/+2
2024-08-26[libc] Implement 'vfscanf' and 'vscanf' (#105293)Joseph Huber2-0/+112
2024-08-02[libc] Fix printf handling of INT_MIN width (#101729)Michael Jones2-0/+44
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan3-0/+211
2024-07-31[libc] Add vsscanf function (#101402)Joseph Huber2-0/+173
2024-07-24[libc] Enable 'sscanf' on the GPU #100211Joseph Huber2-0/+13
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty1-4/+3
2024-07-13[libc] Stop using LLVM's `stdout` in overlay mode testsJoseph Huber1-2/+0
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber1-0/+2
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-1/+2
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-2/+1
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-1/+2
2024-07-09[libc] Fix sprintf FixedConv test (#98204)Mikhail R. Gadelha1-3/+3
2024-07-09[libc] adjust printf macro test to use all 64 bits (#98195)Michael Jones1-3/+4
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang2-0/+105
2024-04-01[libc] fixup ftello test (#87282)Nick Desaulniers1-1/+1
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel2-0/+11
2024-03-29[libc] Fix missing UINTMAX_WIDTH (#87092)Michael Jones1-3/+4