Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we use a sigjmp_buf in the sigsetjmp() part of the test. | miod | 2015-11-08 | 4 | -4/+7 |
| | |||||
* | Missing $OpenBSD$'s. | krw | 2015-01-20 | 4 | -0/+4 |
| | | | | ok deraadt@ | ||||
* | - Verify that the FPU exception flags weren't clobbered as required by C99. | martynas | 2013-12-29 | 6 | -10/+48 |
| | | | | - 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 | 2 | -0/+42 |
preserved by setjmp. Currently under REGRESS_FULL as this fails on certain archs. |