JDK-8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-07
  • Updated: 2024-12-10
  • Resolved: 2022-04-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 19 JDK 8
11.0.17-oracleFixed 17.0.5-oracleFixed 19 b18Fixed 8u371Fixed
Related Reports
Relates :  
Relates :  
Description
PrintLatinCJKTest.java is failing with the following exception 

----------messages:(0/0)----------
test result: Error. Parse Exception: Arguments to `manual' option not supported: yesno
Comments
Fix request [11u] I backport this for parity with 11.0.17-oracle. No risk, only a test change. I had to adapt a string literal to the syntax of java 11. Not skipping the file as in 17, because 8283803 is not yet backported to 11. So we do it in the right order. Test passes. SAP nighlty testing passed.
04-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1309 Date: 2022-08-03 14:04:32 +0000
03-08-2022

Fix request [17u] I backport this for parity with 17.0.5-oracle. No risk, only a test change. Clean backport except of file already backported in JDK-8283803 SAP nighlty testing passed.
03-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/618 Date: 2022-08-02 12:47:05 +0000
02-08-2022

Changeset: 3f26d84f Author: lawrence.andrews <lawrence.andrews@oracle.com> Committer: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-04-12 13:49:43 +0000 URL: https://git.openjdk.java.net/jdk/commit/3f26d84f6a03030080328e36a1fd1a08c982838c
12-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7966 Date: 2022-03-25 21:06:12 +0000
07-04-2022