summaryrefslogtreecommitdiff
path: root/libc/test/src/string/strdup_test.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
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-03-13[libc][NFC] Switch string and errno tests to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-11[libc] Add custom operator new to handle allocation failures gracefully.Siva Chandra Reddy
2021-10-27[libc] add strdup implementationMichael Jones