summaryrefslogtreecommitdiff
path: root/libc/test/src/unistd/readlinkat_test.cpp
AgeCommit message (Expand)Author
2025-03-19[libc] Migrate unistd tests to use ErrnoCheckingTest. (#132067)Alexey Samsonov
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-07-09[libc] Fix readlink tests on 32-bit systems (#98168)Mikhail R. Gadelha
2024-07-05[libc] Change the test file names used in readlink_test and readlinkat_test. ...lntue
2024-07-05Revert "[libc] Fix readlink tests on 32-bit systems" (#97852)Mikhail R. Gadelha
2024-07-05[libc] Fix readlink tests on 32-bit systems (#97850)Mikhail R. Gadelha
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-03-14[libc][NFC] Switch unistd.h tests to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-08-25[libc] Implement linux link, linkat, symlink, symlinkat, readlink, readlinkat.Siva Chandra Reddy