summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/setjmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split setjmp-fpu regress into separate tests. Use errx(3) to explainbluhm2020-01-131-1/+10
| | | | potential problems. Regress still failing on amd64.
* Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.miod2015-11-081-1/+2
|
* Missing $OpenBSD$'s.krw2015-01-201-0/+1
| | | | ok deraadt@
* - Verify that the FPU exception flags weren't clobbered as required by C99.martynas2013-12-291-0/+5
- Additionally, test _setjmp and sigsetjmp as implementations are different.