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
sun/nio/cs/TestIBMBugs.java - the failure here would be consistent with the error above with an IBM943 encoding failure:
java.lang.Exception: x-IBM943 failed to encode
at TestIBMBugs.bug8235834(TestIBMBugs.java:225)
at TestIBMBugs.main(TestIBMBugs.java:242)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.lang.Thread.run(Thread.java:750)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
The text was updated successfully, but these errors were encountered:
sxa
changed the title
JDK8: Two failing charset tests in the NIO suite on AL2023
JDK8: Two failing charset tests (IBM943) in the NIO suite on some systems
Jun 11, 2024
The following two tests fail on Amazon Linux 2023 but it's not limited to that platform (Verified on Debian12 and Ubuntu 24.04):
The text was updated successfully, but these errors were encountered: