summaryrefslogtreecommitdiff
path: root/libc/test/src/signal/signal_test.cpp
AgeCommit message (Expand)Author
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)Alexey Samsonov
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-02-07[libc][signal] clean up usage of sighandler_t (#125745)Nick Desaulniers
2024-09-05[libc] Add proxy header for __sighandler_t type (#107354)wldfngrs
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-07-08[libc] Use the new style includes for testsPetr Hosek
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-03-05[libc] Switch signal and termios to libc_errno.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-07-28[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.Siva Chandra Reddy
2020-04-08[libc][NFC] Make all top of file comments consistent.Paula Toth
2020-03-22[libc] Add signalAlex Brachet