summaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/HermeticTestUtils.cpp
AgeCommit message (Expand)Author
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
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-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-02-23[libc] Fix alignment issue for HermeticTestUtils.cpp. (#128426)lntue
2024-07-17[libc] Added missing operator delete generated by gcc/clang (#67457)Mikhail R. Gadelha
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-06-17[libc] Fix getauxval being defined in a namespaceJoseph Huber
2024-06-17[libc] Only include getauxval on AARCH64 targets (#95844)Joseph Huber
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan
2024-01-22[libc] Replace -nostdlib++ flag when building with gcc and add placement new ...lntue
2024-01-09[libc] Disable Death Tests While Hermetic (#77388)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-18[libc] Add a functioning realloc for hermetic tests.Siva Chandra Reddy
2023-05-16[libc][Obvious] Bump hermetic alloc space to 64KB.Siva Chandra Reddy
2023-05-15[libc] Make the bump pointer explicitly return null on buffer oveerrunJoseph Huber
2023-05-04[libc] Maintain proper alignment for the hermetic tests mallocJoseph Huber
2023-05-04[libc] Enable running libc unit tests on NVPTXJoseph Huber
2023-04-24[libc] Add rule named `add_libc_hermetic_test` which adds a hermetic test.Siva Chandra Reddy