On Fri, 25 Oct 2024 15:48:58 GMT, Daniel Gredler <d...@openjdk.org> wrote:
> There are multiple issue with this test case > 1) Parser error due to yesno in @run main/manual=yesno > 2) User can only compare the UI rendering and compare with the print out. > User can't mark the test as pass or fail due to pass or fail buttons are > missing. > 3) When the test is executed using jtreg after user click on the print button > on the print dialog the whole test UIs ( frames) gets dispose and user cannot > compare the printout with the UI. But this works as expected in test is > running individually using java PrintTextTest This pull request has now been integrated. Changeset: 84c99fb9 Author: Daniel Gredler <daniel.gred...@gmail.com> URL: https://git.openjdk.org/jdk/commit/84c99fb91ffc4bfbc2fb0f20f558603d5660d7f1 Stats: 514 lines in 2 files changed: 85 ins; 180 del; 249 mod 8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java Reviewed-by: honkar, aivanov, aturbanov ------------- PR: https://git.openjdk.org/jdk/pull/21716