summaryrefslogtreecommitdiff
path: root/libc/test/src/sys/random/linux/getrandom_test.cpp
AgeCommit message (Expand)Author
2025-05-28[libc] Migrate sys/ tests to ErrnoCheckingTest. (#141871)Alexey Samsonov
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
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-05-24[libc] simplify test for getrandomGuillaume Chatelet
2023-04-12[LIBC] Fix `getrandom` success return valueNoah Goldstein
2023-03-13[libc][NFC] Switch sys/*.h tests over to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-10Implement `getrandom` function for linux targets.Schrodinger ZHU Yifan