summaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/fileop_test.cpp
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-13Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972)Alexey Samsonov
2025-06-11Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829)Alexey Samsonov
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-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-06[libc][minor] Fix assertion in LlvmLibcFILETest.SimpleFileOperations (#126109)Alan Zhao
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-03-18[libc] fix up fileno tests (#85660)Nick Desaulniers
2024-03-18[libc] Implement fileno (#85628)Shourya Goel
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-22[libc][NFC] Extend ErrnoSetterMatcher to test expected inequalities. (#67153)Siva Chandra
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-12[libc] remove use after free in tests.Michael Jones
2022-12-12[libc] move errno out of file internalsMichael Jones
2022-10-29[libc] Fix the return value of fread and fwrite.Siva Chandra Reddy
2022-09-21[libc] add fputs and putsMichael Jones
2022-04-29[libc] Add implementations of feof, ferror and clearerr.Siva Chandra Reddy
2022-04-20[libc] Add the implementation of the fflush function.Siva Chandra Reddy
2022-03-24[libc] Add implementations of fopen, flose, fread, fwrite and fseek.Siva Chandra Reddy