Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip floating-point exception checks on arm64 and armv7 as the hardware | kettenis | 2020-10-19 | 1 | -1/+3 |
| | | | | | | (typically) doesn't implement support for these. ok patrick@, drahn@ | ||||
* | Check fpu functions without setjmp/longjmp before testing the latter. | bluhm | 2020-01-16 | 1 | -0/+51 |
Use exit code 2 for setup failure and 1 for test fail. Unfortunately this regress is still failing. |