Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414 | cvs2svn | 2025-04-14 | 1 | -26/+0 |
| | |||||
* | The powerpc64 ELFv2 ABI explicitly states that exception enable bits | kettenis | 2021-04-19 | 1 | -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. | bluhm | 2020-12-17 | 1 | -3/+1 |
| | |||||
* | 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. |