-
Notifications
You must be signed in to change notification settings - Fork 29
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
go tests fail on 32-bit systems #37
Comments
I've patched converter test,
line 146# atomic.AddInt64(&s.size, 1) |
for detecting CPU, maybe you can refer: |
tried latest 0.32.3 on i386, and there're two fails:
another one:
|
Updated test with skip for non 64 bit arch |
@adranwit Thanks for your update! For latest 0.33.0, the result is:
another one:
|
Looks like 64 detection, I've added to the test does not work, could you please print me the following on the machine the test failed ?
|
For debian, I used the patch: This most important part is:
|
Let me clarify. I do not mean you should merge this patch to upstream repository. |
Thanks for the suggestion, updated tests |
Have you run test with the latest code ? |
Sorry for the late reply. But I still think some code need to be updated: I'll send you a PR later. |
Removed 32 bit test |
Except PR #39 All current log based on latest, + PR #39 patch:
Thank you! |
two tests pass on 64-bit systems, but fail on 32-bit systems, such as i386, armhf.
error log:
Reference:
The text was updated successfully, but these errors were encountered: