jnr / jnr-posix

Java Posix layer
Other
239 stars 91 forks source link

Fixes for tests on PPC64 #145

Closed headius closed 4 years ago

headius commented 4 years ago

Working to get things green after #144.

First fix adds the ABI for ioprio* on PPC64. Others coming.

headius commented 4 years ago

All issues have been fixed except for the recvmsg failure, which is documented in jnr/jnr-posix#67, and jnr/jnr-posix#68.

headius commented 3 years ago

The recvmsg failure here is fixable due to jnr/jnr-constants#98. I will open an issue to reenable this test with an updated jnr-constants that has the additional arch support.