summaryrefslogtreecommitdiff
path: root/libc/test/src/sys/stat
AgeCommit message (Expand)Author
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov
2024-10-28[libc] remove #include <fcntl.h> and add proxy or type (#113836)Job Henandez Lara
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] add bazel support for most of unistd (#80078)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-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-14[libc] Switch sys/stat implementations over to libc_errno.Siva Chandra Reddy
2023-03-13[libc][NFC] Switch sys/*.h tests over to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-09-21[libc] Add implementation of functions stat, fstat and lstat.Siva Chandra Reddy
2022-08-24[libc] Add linux implementation of POSIX fchmodat function.Siva Chandra Reddy
2022-08-23[libc] Add Linux implementations of POSIX chdir, fchdir, chmod and fchmod.Siva Chandra Reddy
2022-02-01[libc] Add a few missing deps, includes, and fix a few typos.Siva Chandra
2022-02-01[libc] Add implementations of POSIX mkdir, mkdirat, rmdir, unlink and unlinkat.Siva Chandra Reddy