-
Bug
-
Resolution: Fixed
-
P4
-
15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246840 | 13.0.4 | Ichiroh Takiguchi | P4 | Resolved | Fixed | b05 |
JDK-8241513 | 11.0.8 | Ichiroh Takiguchi | P4 | Resolved | Fixed | b01 |
JDK-8332722 | openjdk8u422 | Severin Gehwolf | P4 | Resolved | Fixed | b03 |
The following test failed in the JDK15 CI:
java/beans/XMLEncoder/Test4625418.java
Here's a snippet from the log file:
Test encoding: Cp933
Test encoding: Cp943
----------System.err:(14/830)----------
java.lang.Error: Cp943 - can't read properly
at Test4625418.test(Test4625418.java:392)
at Test4625418.main(Test4625418.java:359)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.Error: Cp943 - can't read properly
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Error: Cp943 - can't read properly
----------rerun:(35/4175)*----------
This failure is possibly related to this fix:
JDK-8235834 IBM-943 charset encoder needs updating
java/beans/XMLEncoder/Test4625418.java
Here's a snippet from the log file:
Test encoding: Cp933
Test encoding: Cp943
----------System.err:(14/830)----------
java.lang.Error: Cp943 - can't read properly
at Test4625418.test(Test4625418.java:392)
at Test4625418.main(Test4625418.java:359)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.Error: Cp943 - can't read properly
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Error: Cp943 - can't read properly
----------rerun:(35/4175)*----------
This failure is possibly related to this fix:
- backported by
-
JDK-8241513 XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly"
- Resolved
-
JDK-8246840 XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly"
- Resolved
-
JDK-8332722 XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly"
- Resolved
- relates to
-
JDK-8235834 IBM-943 charset encoder needs updating
- Closed
(1 links to)
1.
|
Put JDK-8239965 on the ProblemList.txt | Resolved | Naoto Sato |