Skip complex function tests on darwin/intel. #135
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On Mac OS X 10.7, numpy.test() fails with messages
similar to those reported on Windows in trac 1574
( http://projects.scipy.org/numpy/ticket/1574 ).
It seems the platform-provided C99 functions are also
flakey on OS X. According to the logic in trac 1574, these
tests should be skipped since the bug is in the platform
library, not numpy.
This patch skips the tests on darwin/intel, and
makes numpy.test() pass successfully on OS X 10.7.