-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failure running tests on s390x (a big endian architecture) #20
Comments
Can confirm: devel:languages:ocaml/ocaml-ocplib-endian, |
Sorry for the long delay. |
ppc64le is little endian. This is the duniverse-1.0 branch. |
Of course ppc64le is little endian... stupid me. I'm going to try to get my hand on some big endian stuff. |
I reproduced, then looked at it for real. I should have noticed earlier, but the test is stupid. This didn't trigger because I don't often test on big endian. Anyway thanks for your time and the report ! |
Thanks, commit 4c7ce54 works for me. |
I've just packaged ocplib-endian 1.0 for Fedora, as it's a dependency of lwt.
It looks like there are test failures on the s390x architecture.
Looking at that file, the asserts in question are only running on big endian architectures.
I'm not sure if there is a problem with the tests or with the code, so I thought I'd file an issue. The tests seem to run properly on other architectures, but I think s390x is the only big endian architecture currently supported by Fedora.
The text was updated successfully, but these errors were encountered: