You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: