aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/fileop_test.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google1-11/+11
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet1-3/+3
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-56/+56
2023-09-22[libc][NFC] Extend ErrnoSetterMatcher to test expected inequalities. (#67153)Siva Chandra1-19/+24
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones1-24/+24
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy1-1/+1
2022-12-12[libc] remove use after free in tests.Michael Jones1-12/+12
2022-12-12[libc] move errno out of file internalsMichael Jones1-0/+27
2022-10-29[libc] Fix the return value of fread and fwrite.Siva Chandra Reddy1-0/+38
2022-09-21[libc] add fputs and putsMichael Jones1-0/+30
2022-04-29[libc] Add implementations of feof, ferror and clearerr.Siva Chandra Reddy1-2/+31
2022-04-20[libc] Add the implementation of the fflush function.Siva Chandra Reddy1-0/+22
2022-03-24[libc] Add implementations of fopen, flose, fread, fwrite and fseek.Siva Chandra Reddy1-0/+43