summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check fpu functions without setjmp/longjmp before testing the latter.bluhm2020-01-163-13/+71
* Split setjmp-fpu regress into separate tests. Use errx(3) to explainbluhm2020-01-136-32/+69
* Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.miod2015-11-084-4/+7
* Missing $OpenBSD$'s.krw2015-01-204-0/+4
* - Verify that the FPU exception flags weren't clobbered as required by C99.martynas2013-12-296-10/+48
* Add a regression test to verify that the FPU control word state ismartynas2013-12-292-0/+42