RFR: JDK-8333360 : PrintNullString.java doesn't use float arguments
Alexey Ivanov
aivanov at openjdk.org
Mon Jun 10 20:36:13 UTC 2024
On Mon, 10 Jun 2024 20:15:55 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Maybe outside the scope of this issue, but could this test be automated?
I've been thinking about it, too.
No, it can't be automated completely: the tester has to click Print / OK button in the Print dialog.
Yes, other aspects of the test can be automated. The test code already detects a failure and reports it on the screen or on paper, thus the test can fail automatically if a failure condition is found.
However, the first part where it paints on the screen can be fully automated. It could be moved to an independent test.
These improvements to the test can be combined with fixing [JDK-8333026](https://bugs.openjdk.org/browse/JDK-8333026), or the test can be updated separately.
I'll submit a new bug to track this activity. Thank you for bringing it up.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19540#issuecomment-2159232777
More information about the client-libs-dev
mailing list