summaryrefslogtreecommitdiff
path: root/libc/test/src/sys/mman/linux/mprotect_test.cpp
AgeCommit message (Expand)Author
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue
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-13[libc][NFC] Switch mman.h tests to libc_errno and update Bazel build.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-11-15[libc] disable flakey testsMichael Jones
2022-09-23[libc][obvious] disable mprotect test under sanitizersMichael Jones
2022-09-23[libc] add mprotectMichael Jones