summaryrefslogtreecommitdiff
path: root/libc/test/src/fcntl
AgeCommit message (Expand)Author
2025-11-10Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#16...Jackson Stogel
2025-11-05Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)Jackson Stogel
2025-11-05[libc] Return errno from OFD failure paths in fcntl. (#166252)Jackson Stogel
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)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
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
2024-06-26[libc][fcntl] Simplify the handling of the return value from syscall … (#96...Xu Zhang
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang
2024-05-01[libc] Implement fcntl() function (#89507)Vinayak Dev
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2023-12-13[libc] fix unit tests (#75361)Nick Desaulniers
2023-11-03[libc] Cleanup ErrnoSetterMatcher target (#71240)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-04-17[libc][NFC] Remove the unused FDReader testutil.Siva Chandra Reddy
2023-03-06[libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-02-01[libc] Add a few missing deps, includes, and fix a few typos.Siva Chandra
2022-01-28[libc] Add implementations of the POSIX creat and openat functions.Siva Chandra Reddy