Skip to content
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

Test failure on 32 bit systems: fcntlDupfdTest and fcntlDupfdWithArgTest #99

Open
apoleon opened this issue Apr 25, 2017 · 0 comments
Open

Comments

@apoleon
Copy link

apoleon commented Apr 25, 2017

Hi,

I am currently investigating Debian bug 860691. https://bugs.debian.org/860691
The jnr-posix test suite fails with two error messages on i386 (32 bit systems) but passes the tests on amd64 (64 bit). The affected tests are fcntlDupfdTest and fcntlDupfdWithArgTest

java.io.IOException: Stream Closed
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at jnr.posix.FileTest.fcntlDupfdTest(FileTest.java:154)

fcntlDupfdWithArgTest(jnr.posix.FileTest) Time elapsed: 0 sec <<< ERROR!
java.io.IOException: Stream Closed
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at jnr.posix.FileTest.fcntlDupfdWithArgTest(FileTest.java:174)

Any ideas why the tests are failing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant