summaryrefslogtreecommitdiff
path: root/libc/test/src/signal/sigprocmask_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
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-12-22[libc][obvious] fix formatting mistakeMichael Jones
2021-12-22[libc] apply formatting to testsMichael Jones
2021-02-01[libc][NFC] Add a death test API adaptation macroMichael Jones
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-07[libc] [NFC] Use matchers in testsAlex Brachet
2020-03-02[libc] Add sigprocmaskAlex Brachet