summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/CPP/string_test.cpp
AgeCommit message (Collapse)Author
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
This is step 4 of https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079
2023-08-03[libc] Add string construct/assign from string_viewGuillaume Chatelet
2023-04-03[re-reland][libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
This is an implementation of https://discourse.llvm.org/t/rfc-running-libc-unit-tests-as-integration-tests/69461. Differential Revision: https://reviews.llvm.org/D147231
2023-04-03Revert D147231 "[reland][libc] Adds string and TestLogger classes, use them ↵Guillaume Chatelet
in LibcTest" Build bot detected a memory leak. This reverts commit b82d04ea4b4f26037be369f101ae7011975df486.
2023-04-03[reland][libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
This is an implementation of https://discourse.llvm.org/t/rfc-running-libc-unit-tests-as-integration-tests/69461. Differential Revision: https://reviews.llvm.org/D147231
2023-04-02Revert D147231 "[libc] Adds string and TestLogger classes, use them in LibcTest"Guillaume Chatelet
Does not build with gcc. This reverts commit fc5ae0a7a45bdb5251f3dad3fc07047f987ca447.
2023-04-02[libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
This is an implementation of https://discourse.llvm.org/t/rfc-running-libc-unit-tests-as-integration-tests/69461. Differential Revision: https://reviews.llvm.org/D147231