Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip alignment tests on armv7l. #3566

Conversation

stuartarchibald
Copy link
Contributor

Tests requiring unusual alignments fail on armv7l as typically a
mis-aligned load causes SIGBUS. This patch makes these tests
skipped on armv7l.

Tests requiring unusual alignments fail on armv7l as typically a
mis-aligned load causes SIGBUS. This patch makes these tests
skipped on armv7l.
@seibert seibert added the 5 - Ready to merge Review and testing done, is ready to merge label Dec 6, 2018
@seibert
Copy link
Contributor

seibert commented Dec 6, 2018

Looks good to me.

@codecov-io
Copy link

codecov-io commented Dec 6, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@62d16fd). Click here to learn what that means.
The diff coverage is 100%.

@@            Coverage Diff            @@
##             master    #3566   +/-   ##
=========================================
  Coverage          ?   80.68%           
=========================================
  Files             ?      393           
  Lines             ?    80287           
  Branches          ?     9148           
=========================================
  Hits              ?    64777           
  Misses            ?    14091           
  Partials          ?     1419

@stuartarchibald stuartarchibald merged commit d0808f2 into numba:master Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants