-
Notifications
You must be signed in to change notification settings - Fork 4
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
assumptions and fs tests fail on macOS PPC #97
Comments
I am not sure what could be the reason. Here are some points:
And thanks for the efforts. |
@rkaminsk Thank you for responding!
I can only test in Rosetta at the moment, being away from my PPC hardware. I can update on results on ppc32 and ppc64 natively in a couple of weeks.
Yes, I have just built 5.6.2 and using that. |
The tests use multi-threading. This might leave to non-deterministic failures. Is it always the same tests that fail in the same way? I did not notice any test failures using the MacOS image with github's actions. |
@rkaminsk I will try a couple of times to make sure. P. S. I don’t think GitHub gonna have any PPC machines, not for macOS for sure. |
Yes, I know. Since you are using Rosetta an abstraction layer is involved. This can lead to "uncommon" scheduling of multi-threaded programs and can uncover bugs. That's why I was asking how the errors appear. Unfortunately, I only have an Intel Mac in office. Maybe it could still be used to reproduce the bug? |
@rkaminsk If you happen to have 10.5.8 or 10.6.8 installed in a VM, that should be reproducible, provided Rosetta component is installed. This is what I used myself at the moment. |
I am bringing
clingcon
to Macports, where we support all range of macOS including PowerPC systems. I ran test suite on 10.6.8 in Rosetta, and two tests failed:Any suggestions how to fix that would be greatly appreciated.
The text was updated successfully, but these errors were encountered: