-
Notifications
You must be signed in to change notification settings - Fork 20
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
Some tests fail on PowerPC: 67% tests passed, 4 tests failed out of 12 #24
Comments
I've pushed a change that will likely fix most of these - Hash, Image, and Strings had some assumptions about running on a little-endian host which are now fixed. Unfortunately I don't have a big-endian system handy on which to test (nor an emulator with a toolchain already set up), but I hope my change will suffice. Let me know if those are still broken. ProcessTest is a different matter; it looks like it failed because the command |
@fuzziqersoftware Thank you! Which branch to use though? Master does not seem to be updated. Re
(This is a system prefix, so it is a component of the OS.) |
Apologies - apparently my push didn't go through last night. I've updated master just now. If ProcessTest doesn't work, try changing {"false"} to some other command that should fail - maybe {"ls", "/missing/directory"}. |
@fuzziqersoftware Results from
So ImageTest passed now, which failed earlier.
Other three still fail. In ProcessTest I only changes this: P. S. At the moment I do testing on Rosetta, so if anything in the code relies on physical cpu detection (and not arch-related defines), it may cause failures. One such instance is in CMakeLists, but it is inconsequential, from what I can say. |
@fuzziqersoftware If you could take a look again at this, when you have time, that would be great. Improvement is there, but not everything got fixed. |
P. S. Source code needs a number of fixes for the build to succeed in the first place: #23
The text was updated successfully, but these errors were encountered: