> 1) This testcase was throwing error saying Error: Not a test or directory > containing tests: java/awt/print/PrinterJob/XparColor.java > 2) Added @test tag so that this testcase can be run > 3) Since Applet is deprecated and its not supported any more in the future > release remove applet and make the testcase to run as main > 4) Since this is a manual testcase instruction frame or dailog was not > visible just print dialog was visible so fixed it. > 5) When the testcase was run via main method two print dialog was shown one > was from main method and one more was from constructor. Fixed to show just > one print dialog. > 6) Since JDK 17 introduce metal rendering touching the java2d code thought > this testcase will be useful to checking the rendering. > > @shurymury
lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision: Added -Dsun.java2d.metal=true , test will be run both as metal as well as opengl ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/4769/files - new: https://git.openjdk.java.net/jdk/pull/4769/files/a2682bb6..5400714b Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4769&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4769&range=00-01 Stats: 5 lines in 1 file changed: 2 ins; 0 del; 3 mod Patch: https://git.openjdk.java.net/jdk/pull/4769.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4769/head:pull/4769 PR: https://git.openjdk.java.net/jdk/pull/4769