RFR: 8315584 : java/awt/print/Dialog/DialogType.java fails with option not supported: yesno [v2]
lawrence.andrews
duke at openjdk.org
Wed Sep 6 01:00:17 UTC 2023
> Test was failing with "test result: Error. Parse Exception: Arguments to `manual' option not supported: yesno"
> Following are fixed
> 1) Removed yesno
> 2) Used PassFailJFrame manual test framework to show the test instruction & allow the user to decide test execution result.
> 3) Added SkippedException in case Printer is not configured on the test host.
> 4) Updated the instruction how to close the print dialog that test is showing to the user.
> 5) Added an extra line to the file that was missing.
lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:
Removed the unused import statement and comma
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15554/files
- new: https://git.openjdk.org/jdk/pull/15554/files/e175b1de..db04551d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15554&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15554&range=00-01
Stats: 4 lines in 1 file changed: 0 ins; 1 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/15554.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15554/head:pull/15554
PR: https://git.openjdk.org/jdk/pull/15554
More information about the client-libs-dev
mailing list