-
Notifications
You must be signed in to change notification settings - Fork 113
test_as_bytes_methods
fails on powerpc
#23
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
Comments
frazar
added a commit
to frazar/zerocopy
that referenced
this issue
Oct 8, 2022
The tests for the as_bytes() method assumed that bytes are stored in little endian order, which is not the case for PowerPC. Fix the alignment tests so that they work on both little and big endian targets. Fixes google#23
frazar
added a commit
to frazar/zerocopy
that referenced
this issue
Oct 9, 2022
The tests for the as_bytes() method assumed that bytes are stored in little endian order, which is not the case for PowerPC. Fix the alignment tests so that they work on both little and big endian targets. Fixes google#23
joshlf
pushed a commit
that referenced
this issue
Oct 9, 2022
The tests for the `as_bytes` method assumed that bytes are stored in little endian order, which is not the case for PowerPC. Fix the alignment tests so that they work on both little and big endian targets. Fixes #23 Co-authored-by: Francesco Zardi <[email protected]>
joshlf
pushed a commit
that referenced
this issue
Aug 3, 2023
The tests for the `as_bytes` method assumed that bytes are stored in little endian order, which is not the case for PowerPC. Fix the alignment tests so that they work on both little and big endian targets. Fixes #23 Co-authored-by: Francesco Zardi <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
From this test job:
Fix the bug and re-enable the test in
.github/workflows/ci.yml
.The text was updated successfully, but these errors were encountered: