aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio
AgeCommit message (Expand)AuthorFilesLines
2025-11-18[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)Alexey Samsonov1-2/+2
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi6-31/+80
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng6-77/+31
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 Leleszi6-31/+77
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng6-76/+31
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi6-31/+76
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue2-4/+5
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh2-5/+4
2025-09-18[libc][bazel] Add (v)asprintf targets and tests (#159476)Michael Jones3-2/+1
2025-09-05[libc] Use anonymous namespace for test helper code (#157203)Roland McGrath1-2/+5
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