-
Notifications
You must be signed in to change notification settings - Fork 723
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
bindgen tests are broken on BigEndian platforms #1412
Comments
What arguments are you passing to clang? |
how can I find out this? I just ran |
Oh, I thought you were talking about tests that bindgen generates, not the tests in the repo. |
@ignatenkobrain I think those tests as written are little-endian-specific. We have integration tests in bindgen-integration which should work in big-endian platforms. Will patch bindgen so the tests aren't run on big-endian platforms. |
Skip bitfield unit tests on big-endian platforms. Fixes #1412.
The text was updated successfully, but these errors were encountered: