Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check fpu functions without setjmp/longjmp before testing the latter. | bluhm | 2020-01-16 | 1 | -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 explain | bluhm | 2020-01-13 | 1 | -3/+9 |
| | | | | potential problems. Regress still failing on amd64. | ||||
* | - Verify that the FPU exception flags weren't clobbered as required by C99. | martynas | 2013-12-29 | 1 | -2/+2 |
| | | | | - Additionally, test _setjmp and sigsetjmp as implementations are different. | ||||
* | Add a regression test to verify that the FPU control word state is | martynas | 2013-12-29 | 1 | -0/+8 |
preserved by setjmp. Currently under REGRESS_FULL as this fails on certain archs. |