summaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/LibcTest.h
AgeCommit message (Expand)Author
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-12[libc] Some MSVC compatibility changes for src/string/memory_utils. (#158393)lntue
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-02-13[libc] Make test macros suppress the -Wdangling-else warnings (#127149)Roland McGrath
2024-10-30[libc] Fix usage of std::nullptr_t in LibcTest.h. (#114321)lntue
2024-10-30[libc] fix behavior of strrchr(x, '\0') (#112620)George Burgess IV
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)
2024-04-22[libc] Clean up alternate test framework support (#89659)Roland McGrath
2024-03-08[libc][NFC] Move `BigInt` out of the `cpp` namespace (#84445)Guillaume Chatelet
2024-03-07[reland][libc] Remove UB specializations of type traits for `BigInt` (#84299)Guillaume Chatelet
2024-03-07Revert "[libc] Remove UB specializations of type traits for `BigInt`" (#84297)Guillaume Chatelet
2024-03-07[libc] Remove UB specializations of type traits for `BigInt` (#84035)Guillaume Chatelet
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-15[libc][stdfix] Add support for fixed point types in the testing infrastructur...lntue
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-10-04[libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833)Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet
2023-06-14Revert D152630 "[libc] Enable custom logging in LibcTest"Guillaume Chatelet
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet
2023-06-10[libc][NFC] Introduce a Location object for consistent failure loggingGuillaume Chatelet
2023-06-09[libc][NFC] Simplify LibcTest and trim down string allocationsGuillaume Chatelet
2023-05-31[libc][NFC] Fixing various typosGuillaume Chatelet
2023-04-26[libc][bazel] add file printf targets and supportMichael Jones
2023-04-24[libc] Add rule named `add_libc_hermetic_test` which adds a hermetic test.Siva Chandra Reddy
2023-04-18[libc][NFC] Move ExecuteFunction test util to test/UnitTest.Siva Chandra Reddy
2023-04-17[libc][NFC] Remove the StreamWrapper class and use the new test logger.Siva Chandra Reddy
2023-04-03[re-reland][libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
2023-04-03Revert D147231 "[reland][libc] Adds string and TestLogger classes, use them i...Guillaume Chatelet
2023-04-03[reland][libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
2023-04-02Revert D147231 "[libc] Adds string and TestLogger classes, use them in LibcTest"Guillaume Chatelet
2023-04-02[libc] Adds string and TestLogger classes, use them in LibcTestGuillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy