Skip to content

Commit 7bcaeb5

Browse files
psawant19jerboaa
authored andcommitted
8239965: XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly"
Cp943 and x-IBM943 should skip on XMLEncoder/Test4625418.java Reviewed-by: sgehwolf Backport-of: 24e646317651436e07dd133b154d9e812cf90aae
1 parent ab408de commit 7bcaeb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jdk/test/java/beans/XMLEncoder/Test4625418.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
2323

2424
/*
2525
* @test
26-
* @bug 4625418
26+
* @bug 4625418 8239965
2727
* @summary Tests XML <a href="http://download.java.net/jdk6/docs/technotes/guides/intl/encoding.doc.html">encoding</a>
2828
* @author Sergey Malenkov
2929
* @run main/timeout=360 Test4625418
@@ -126,7 +126,7 @@ public final class Test4625418 implements ExceptionListener {
126126
//"Cp939",
127127
//"Cp942",
128128
//"Cp942C",
129-
"Cp943",
129+
//"Cp943",
130130
//"Cp943C",
131131
"Cp948",
132132
"Cp949",
@@ -307,7 +307,7 @@ public final class Test4625418 implements ExceptionListener {
307307
//"x-IBM939",
308308
//"x-IBM942",
309309
//"x-IBM942C",
310-
"x-IBM943",
310+
//"x-IBM943",
311311
//"x-IBM943C",
312312
"x-IBM948",
313313
"x-IBM949",

0 commit comments

Comments
 (0)