summaryrefslogtreecommitdiff
path: root/libc/test/src/setjmp
AgeCommit message (Expand)Author
2025-09-05[libc] Use anonymous namespace for test helper code (#157203)Roland McGrath
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan
2025-04-23Revert "[libc] build fix for sigsetjmp (#137047)" (#137077)gulfemsavrun
2025-04-23[libc] implement sigsetjmp/siglongjmp for x86-64 (#136072)Schrodinger ZHU Yifan
2025-02-01[libc] Build with -Wdeprecated, fix some warnings (#125373)Roland McGrath
2024-09-08[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-03-27[libc] Fix longjmp's fake return in x86_64Mikhail R. Gadelha
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-11-01[libc][Obvious] Fix a typo in a CMake file.Siva Chandra Reddy
2022-11-01[libc] Skip setjmp tests under sanitizers.Siva Chandra Reddy
2022-11-01[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy