Skip to content

Commit

Permalink
8239965: XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can…
Browse files Browse the repository at this point in the history
…'t read properly"

Cp943 and x-IBM943 should skip on XMLEncoder/Test4625418.java

Reviewed-by: naoto
  • Loading branch information
Ichiroh Takiguchi committed Mar 8, 2020
1 parent d0e44e5 commit 3d9dddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Expand Up @@ -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

############################################################################

Expand Down
8 changes: 4 additions & 4 deletions test/jdk/java/beans/XMLEncoder/Test4625418.java
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -126,7 +126,7 @@ public final class Test4625418 implements ExceptionListener {
//"Cp939",
//"Cp942",
//"Cp942C",
"Cp943",
//"Cp943",
//"Cp943C",
"Cp948",
"Cp949",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3d9dddd

Please sign in to comment.