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: naoto
This commit is contained in:
Ichiroh Takiguchi 2020-03-08 15:15:38 +09:00
parent d0e44e5bb4
commit 3d9dddd658
2 changed files with 4 additions and 5 deletions
test/jdk
ProblemList.txt
java/beans/XMLEncoder

@ -564,7 +564,6 @@ java/beans/Introspector/8132566/OverridePropertyInfoTest.java 8132565 generic-
java/beans/Introspector/8132566/OverrideUserDefPropertyInfoTest.java 8132565 generic-all
java/beans/XMLEncoder/Test6570354.java 8015593 macosx-all
java/beans/XMLEncoder/Test4625418.java 8239965 generic-all
############################################################################

@ -1,5 +1,5 @@
/*
* Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/*
* @test
* @bug 4625418
* @bug 4625418 8239965
* @summary Tests XML <a href="http://download.java.net/jdk6/docs/technotes/guides/intl/encoding.doc.html">encoding</a>
* @author Sergey Malenkov
* @run main/timeout=360 Test4625418
@ -126,7 +126,7 @@ public final class Test4625418 implements ExceptionListener {
//"Cp939",
//"Cp942",
//"Cp942C",
"Cp943",
//"Cp943",
//"Cp943C",
"Cp948",
"Cp949",
@ -307,7 +307,7 @@ public final class Test4625418 implements ExceptionListener {
//"x-IBM939",
//"x-IBM942",
//"x-IBM942C",
"x-IBM943",
//"x-IBM943",
//"x-IBM943C",
"x-IBM948",
"x-IBM949",