summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-26/+0
|
* The powerpc64 ELFv2 ABI explicitly states that exception enable bitskettenis2021-04-191-1/+9
| | | | | | | and rounding control bits are not restored by longjmp(3). So expect the some failures on that platform. ok bluhm@
* Remove echo headlines.bluhm2020-12-171-3/+1
|
* Check fpu functions without setjmp/longjmp before testing the latter.bluhm2020-01-161-3/+9
| | | | | Use exit code 2 for setup failure and 1 for test fail. Unfortunately this regress is still failing.
* Split setjmp-fpu regress into separate tests. Use errx(3) to explainbluhm2020-01-131-3/+9
| | | | potential problems. Regress still failing on amd64.
* - Verify that the FPU exception flags weren't clobbered as required by C99.martynas2013-12-291-2/+2
| | | | - Additionally, test _setjmp and sigsetjmp as implementations are different.
* Add a regression test to verify that the FPU control word state ismartynas2013-12-291-0/+8
preserved by setjmp. Currently under REGRESS_FULL as this fails on certain archs.