-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable SIGFPE test for Cygwin until fixed
The test_fpe test currently fails on Cygwin. Instead of the test process receiving a SIGFPE it instead fails with a SIGSEGV. The reason is not yet know. However, attempting a simple program that installs a SIGFPE handler then does a raise(SIGFPE) does result in the handler being called. This test needs to be enabled again once the reason for the failure is resolved. See: #97
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters