JDK-8283803 : Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintGlyphVectorTest.java and fix test
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-03-28
  • Updated: 2024-12-10
  • Resolved: 2022-04-19
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 b19Fixed 8u371Fixed
Related Reports
Relates :  
Relates :  
Description
There are multiple issue with this test case
1) Parser error due to yesno in @run main/manual=yesno 
2) User can't mark the test as pass or fail, test just passes after taking the print out.
Comments
Fix request [11u] I backport this for parity with 11.0.17-oracle. No risk, only a test change. Clean backport from 17. 17 includes a test infra file needed for the backport. I had to adapt a string literal to make it compile with 11. Test passes. In the meantime, I also backported the change that brought the new file, so it was dropped by merging from this PR.
07-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1295 Date: 2022-08-01 09:21:36 +0000
01-08-2022

Fix request [17u] I backport this for parity with 17.0.5-oracle. No risk, only a test change. I include a test helper file added in JDK-8284535 because that is now needed by the test. Test passes. SAP nighlty testing passed.
28-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/596 Date: 2022-07-25 15:28:19 +0000
25-07-2022

Changeset: ed23033d Author: lawrence.andrews <87324768+lawrence-andrew@users.noreply.github.com> Committer: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-04-19 21:07:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/ed23033dc6b3d4833ce2c8d07f273747ab8ae406
19-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8004 Date: 2022-03-28 20:23:20 +0000
14-04-2022