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

Improve platform testing, especially for AVX2-specific (and similar) code #131

Open
briansmith opened this issue Feb 29, 2016 · 6 comments

Comments

@briansmith
Copy link
Owner

Travis CI and the Linux VMs I use don't support AVX2 and/or other important features, so that code isn't getting tested thoroughly enough. In addition, currently the implementation is selected based on what the current CPU supports, which means that we never test some fallback implementations that are used when the CPU supports less than what Travis CI supports. We need to test every code path. This may require refactoring how implementations are chosen.

@briansmith
Copy link
Owner Author

@briansmith
Copy link
Owner Author

The BoringSSL bug is now https://bugs.chromium.org/p/chromium/issues/detail?id=590332

@briansmith
Copy link
Owner Author

@briansmith
Copy link
Owner Author

@briansmith
Copy link
Owner Author

@briansmith
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant